Trace number 1047154

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 81.1107 81.7611

DiagnosticValue
CHECKS3946
NODES1895

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-33_ext.xml
MD5SUMaa7b2353cb628418d82c0cbdd1fd0d6d
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 benchmark22.6236
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.01/0.08	
0.01/0.08	Abscon 112 (May, 2008)
0.21/0.20	
0.21/0.20	   configuration
0.21/0.20	     name=mac.xml
0.21/0.23	   
0.21/0.23	   instance
0.21/0.23	     name=HOME/instance-1047154-1215039509.xml
0.21/0.26	   
0.21/0.26	   domains being loaded...
0.21/0.27	   
0.21/0.27	   variables being loaded...
0.21/0.29	     nbVariables=21  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=42
0.21/0.29	       =>  wckTime=0.084  cpuTime=0.08  mem=6M878
0.21/0.29	   
0.21/0.29	   relations being loaded...
0.33/0.34	   
0.33/0.34	   constraints being loaded...
1.59/1.53	     nbConstraints=2713  nbRelationTypes=1  nbGlobalConstraints=2713  nbExtensionStructures=1
1.59/1.53	     nbSharedExtensionStructures=2712  nbConflictsStructures=1  nbSharedConflictsStructures=2712
1.59/1.53	     nbSharedBinaryRepresentations=0  minDegree=1898  maxDegree=1981  minArity=15  maxArity=15  nbGenerators=0
1.59/1.53	     nbFusions=0  symmetryWckTime=0.559  symmetryCpuTime=0.28
1.59/1.53	       =>  wckTime=1.33  cpuTime=0.8  mem=109M170
1.69/1.69	   
1.69/1.69	   solver IterativeSystematicSolver being built... 
1.80/1.76	   
1.80/1.77	   INFO : Forward propagation technique limited 
1.90/1.83	       =>  wckTime=1.629  cpuTime=0.92  mem=107M286
6.26/6.29	   
6.26/6.29	   preprocessing
6.26/6.29	     nbConstraintChecks=0  nbValidityChecks=18464678  nbPropagations=21  nbRevisions=0  nbUselessRevisions=0
6.26/6.29	     nbRemovedValues=0  detectedInconsistency=no
6.26/6.29	       =>  wckTime=4.455  cpuTime=4.4  mem=107M286
18.14/18.29	   
18.14/18.29	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=108M271)
81.04/81.71	   
81.04/81.71	   search
81.04/81.71	     run=8  nbConstraintChecks=3946  nbValidityChecks=1354089421  minDepth=0  maxDepth=10  nbPropagations=10213
81.04/81.71	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=1895  nbFailedAssignments=611  nbBacktracks=1228
81.04/81.71	     nbVisitedNodes=3104  nbRestartNogoods=24  nbSEliminables=0  nbREliminables=13.36  nbIEliminables=0
81.04/81.71	     nbDEliminables=0  nbPEliminables=0
81.04/81.71	       =>  wckTime=79.873  cpuTime=79.03  mem=108M271
81.04/81.71	   
81.04/81.71	   global
81.04/81.71	     nbConstraintChecks=3946  nbValidityChecks=1372554099  nbPropagations=10234  nbRestartNogoods=24
81.04/81.71	     solvingWckTime=79.875  solvingCpuTime=79.03  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
81.04/81.71	     globalCpuTime=80.0
81.04/81.71	       =>  wckTime=81.507  cpuTime=79.95  mem=108M271
81.04/81.71	   
81.04/81.71	s UNSATISFIABLE
81.04/81.71	d NODES 1895
81.04/81.71	d CHECKS 3946
81.04/81.71	   
81.04/81.71	   totalWckTime=81.551  totalCpuTime=80.01

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-1047154-1215039509/watcher-1047154-1215039509 -o /tmp/evaluation-result-1047154-1215039509/solver-1047154-1215039509 -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-1047154-1215039509.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: 0.00 0.00 0.00 2/67 17978
/proc/meminfo: memFree=1429360/2055920 swapFree=4120948/4192956
[pid=17978] ppid=17976 vsize=152 CPUtime=0
/proc/17978/stat : 17978 (java) R 17976 17978 17912 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 1533624924 155648 26 996147200 134512640 134550740 4294956144 18446744073709551615 6927140 0 0 4096 0 0 0 0 17 0 0 0
/proc/17978/statm: 38 26 19 9 0 4 0

[startup+0.0328361 s]
/proc/loadavg: 0.00 0.00 0.00 2/67 17978
/proc/meminfo: memFree=1429360/2055920 swapFree=4120948/4192956
[pid=17978] ppid=17976 vsize=861876 CPUtime=0.01
/proc/17978/stat : 17978 (java) S 17976 17978 17912 0 -1 0 2043 0 1 0 0 1 0 0 18 0 5 0 1533624924 882561024 1708 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/17978/statm: 215469 1709 789 9 0 210448 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861876

[startup+0.101852 s]
/proc/loadavg: 0.00 0.00 0.00 2/67 17978
/proc/meminfo: memFree=1429360/2055920 swapFree=4120948/4192956
[pid=17978] ppid=17976 vsize=866768 CPUtime=0.1
/proc/17978/stat : 17978 (java) S 17976 17978 17912 0 -1 0 3927 0 1 0 8 2 0 0 18 0 9 0 1533624924 887570432 3367 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17978/statm: 216692 3367 1762 9 0 211247 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 866768

[startup+0.301888 s]
/proc/loadavg: 0.00 0.00 0.00 2/67 17978
/proc/meminfo: memFree=1429360/2055920 swapFree=4120948/4192956
[pid=17978] ppid=17976 vsize=867296 CPUtime=0.33
/proc/17978/stat : 17978 (java) S 17976 17978 17912 0 -1 0 6476 0 1 0 29 4 0 0 18 0 9 0 1533624924 888111104 5846 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17978/statm: 216824 5846 1964 9 0 211352 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 867296

[startup+0.701959 s]
/proc/loadavg: 0.00 0.00 0.00 2/67 17978
/proc/meminfo: memFree=1429360/2055920 swapFree=4120948/4192956
[pid=17978] ppid=17976 vsize=868220 CPUtime=0.82
/proc/17978/stat : 17978 (java) S 17976 17978 17912 0 -1 0 23354 0 1 0 71 11 0 0 18 0 9 0 1533624924 889057280 22714 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17978/statm: 217055 22716 1992 9 0 211583 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 868220

[startup+1.5021 s]
/proc/loadavg: 0.00 0.00 0.00 3/90 18007
/proc/meminfo: memFree=1284144/2055920 swapFree=4120948/4192956
[pid=17978] ppid=17976 vsize=868544 CPUtime=1.59
/proc/17978/stat : 17978 (java) S 17976 17978 17912 0 -1 0 36721 860 1 0 117 19 22 1 18 0 10 0 1533624924 889389056 35283 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17978/statm: 217136 35283 2010 9 0 211664 0
[pid=17978/tid=17980] ppid=17976 vsize=868544 CPUtime=1.17
/proc/17978/task/17980/stat : 17980 (java) R 17976 17978 17912 0 -1 64 16337 860 1 0 86 8 22 1 17 0 10 0 1533624925 889389056 35283 996147200 134512640 134550740 4294955984 18446744073709551615 4126985813 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17981] ppid=17976 vsize=868544 CPUtime=0.4
/proc/17978/task/17981/stat : 17981 (java) S 17976 17978 17912 0 -1 64 18812 860 0 0 10 7 22 1 16 0 10 0 1533624927 889389056 35283 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17978/tid=17982] ppid=17976 vsize=868544 CPUtime=0.23
/proc/17978/task/17982/stat : 17982 (java) S 17976 17978 17912 0 -1 64 13 860 0 0 0 0 22 1 15 0 10 0 1533624927 889389056 35283 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17978/tid=17983] ppid=17976 vsize=868544 CPUtime=0.23
/proc/17978/task/17983/stat : 17983 (java) S 17976 17978 17912 0 -1 64 5 860 0 0 0 0 22 1 15 0 10 0 1533624927 889389056 35283 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17978/tid=17984] ppid=17976 vsize=868544 CPUtime=0.23
/proc/17978/task/17984/stat : 17984 (java) S 17976 17978 17912 0 -1 64 0 860 0 0 0 0 22 1 23 0 10 0 1533624929 889389056 35283 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17978/tid=17985] ppid=17976 vsize=868544 CPUtime=0.43
/proc/17978/task/17985/stat : 17985 (java) S 17976 17978 17912 0 -1 64 732 860 0 0 20 0 22 1 16 0 10 0 1533624929 889389056 35283 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17986] ppid=17976 vsize=868544 CPUtime=0.23
/proc/17978/task/17986/stat : 17986 (java) S 17976 17978 17912 0 -1 64 2 860 0 0 0 0 22 1 24 0 10 0 1533624929 889389056 35283 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17978/tid=17987] ppid=17976 vsize=868544 CPUtime=0.23
/proc/17978/task/17987/stat : 17987 (java) S 17976 17978 17912 0 -1 64 9 860 0 0 0 0 22 1 15 0 10 0 1533624929 889389056 35283 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 868544

[startup+3.10137 s]
/proc/loadavg: 0.00 0.00 0.00 3/90 18011
/proc/meminfo: memFree=1256752/2055920 swapFree=4120948/4192956
[pid=17978] ppid=17976 vsize=868684 CPUtime=3.18
/proc/17978/stat : 17978 (java) S 17976 17978 17912 0 -1 0 56459 984 1 0 270 24 22 2 18 0 9 0 1533624924 889532416 42039 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17978/statm: 217171 42039 2636 9 0 211677 0
[pid=17978/tid=17980] ppid=17976 vsize=868684 CPUtime=2.58
/proc/17978/task/17980/stat : 17980 (java) R 17976 17978 17912 0 -1 64 21490 984 1 0 224 10 22 2 25 0 9 0 1533624925 889532416 42039 996147200 134512640 134550740 4294955984 18446744073709551615 4127057319 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17981] ppid=17976 vsize=868684 CPUtime=0.56
/proc/17978/task/17981/stat : 17981 (java) S 17976 17978 17912 0 -1 64 33258 984 0 0 21 11 22 2 17 0 9 0 1533624927 889532416 42039 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17982] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17982/stat : 17982 (java) S 17976 17978 17912 0 -1 64 19 984 0 0 0 0 22 2 16 0 9 0 1533624927 889532416 42039 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17983] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17983/stat : 17983 (java) S 17976 17978 17912 0 -1 64 8 984 0 0 0 0 22 2 16 0 9 0 1533624927 889532416 42039 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17984] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17984/stat : 17984 (java) S 17976 17978 17912 0 -1 64 0 984 0 0 0 0 22 2 23 0 9 0 1533624929 889532416 42039 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17978/tid=17985] ppid=17976 vsize=868684 CPUtime=0.49
/proc/17978/task/17985/stat : 17985 (java) S 17976 17978 17912 0 -1 64 858 984 0 0 24 1 22 2 16 0 9 0 1533624929 889532416 42039 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17986] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17986/stat : 17986 (java) S 17976 17978 17912 0 -1 64 2 984 0 0 0 0 22 2 24 0 9 0 1533624929 889532416 42039 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17978/tid=17987] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17987/stat : 17987 (java) S 17976 17978 17912 0 -1 64 9 984 0 0 0 0 22 2 15 0 9 0 1533624929 889532416 42039 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 868684

[startup+6.30293 s]
/proc/loadavg: 0.16 0.03 0.01 3/90 18013
/proc/meminfo: memFree=1242600/2055920 swapFree=4120948/4192956
[pid=17978] ppid=17976 vsize=868684 CPUtime=6.36
/proc/17978/stat : 17978 (java) S 17976 17978 17912 0 -1 0 59695 984 1 0 587 25 22 2 18 0 9 0 1533624924 889532416 42042 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17978/statm: 217171 42042 2636 9 0 211677 0
[pid=17978/tid=17980] ppid=17976 vsize=868684 CPUtime=5.75
/proc/17978/task/17980/stat : 17980 (java) R 17976 17978 17912 0 -1 64 24696 984 1 0 540 11 22 2 25 0 9 0 1533624925 889532416 42042 996147200 134512640 134550740 4294955984 18446744073709551615 4127079912 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17981] ppid=17976 vsize=868684 CPUtime=0.56
/proc/17978/task/17981/stat : 17981 (java) S 17976 17978 17912 0 -1 64 33258 984 0 0 21 11 22 2 16 0 9 0 1533624927 889532416 42042 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17982] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17982/stat : 17982 (java) S 17976 17978 17912 0 -1 64 19 984 0 0 0 0 22 2 16 0 9 0 1533624927 889532416 42042 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17983] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17983/stat : 17983 (java) S 17976 17978 17912 0 -1 64 8 984 0 0 0 0 22 2 16 0 9 0 1533624927 889532416 42042 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17984] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17984/stat : 17984 (java) S 17976 17978 17912 0 -1 64 0 984 0 0 0 0 22 2 23 0 9 0 1533624929 889532416 42042 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17978/tid=17985] ppid=17976 vsize=868684 CPUtime=0.49
/proc/17978/task/17985/stat : 17985 (java) S 17976 17978 17912 0 -1 64 862 984 0 0 24 1 22 2 16 0 9 0 1533624929 889532416 42042 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17986] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17986/stat : 17986 (java) S 17976 17978 17912 0 -1 64 2 984 0 0 0 0 22 2 24 0 9 0 1533624929 889532416 42042 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17978/tid=17987] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17987/stat : 17987 (java) S 17976 17978 17912 0 -1 64 35 984 0 0 0 0 22 2 15 0 9 0 1533624929 889532416 42042 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.36
Current children cumulated vsize (KiB) 868684

[startup+12.702 s]
/proc/loadavg: 0.31 0.07 0.02 3/90 18013
/proc/meminfo: memFree=1242216/2055920 swapFree=4120948/4192956
[pid=17978] ppid=17976 vsize=868684 CPUtime=12.69
/proc/17978/stat : 17978 (java) S 17976 17978 17912 0 -1 0 65712 984 1 0 1219 26 22 2 18 0 9 0 1533624924 889532416 42051 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17978/statm: 217171 42051 2636 9 0 211677 0
[pid=17978/tid=17980] ppid=17976 vsize=868684 CPUtime=12.07
/proc/17978/task/17980/stat : 17980 (java) R 17976 17978 17912 0 -1 64 30686 984 1 0 1171 12 22 2 25 0 9 0 1533624925 889532416 42051 996147200 134512640 134550740 4294955984 18446744073709551615 4127067701 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17981] ppid=17976 vsize=868684 CPUtime=0.56
/proc/17978/task/17981/stat : 17981 (java) S 17976 17978 17912 0 -1 64 33258 984 0 0 21 11 22 2 16 0 9 0 1533624927 889532416 42051 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17982] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17982/stat : 17982 (java) S 17976 17978 17912 0 -1 64 19 984 0 0 0 0 22 2 16 0 9 0 1533624927 889532416 42051 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17983] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17983/stat : 17983 (java) S 17976 17978 17912 0 -1 64 8 984 0 0 0 0 22 2 16 0 9 0 1533624927 889532416 42051 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17984] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17984/stat : 17984 (java) S 17976 17978 17912 0 -1 64 0 984 0 0 0 0 22 2 23 0 9 0 1533624929 889532416 42051 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17978/tid=17985] ppid=17976 vsize=868684 CPUtime=0.5
/proc/17978/task/17985/stat : 17985 (java) S 17976 17978 17912 0 -1 64 889 984 0 0 25 1 22 2 15 0 9 0 1533624929 889532416 42051 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17986] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17986/stat : 17986 (java) S 17976 17978 17912 0 -1 64 2 984 0 0 0 0 22 2 24 0 9 0 1533624929 889532416 42051 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17978/tid=17987] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17987/stat : 17987 (java) S 17976 17978 17912 0 -1 64 35 984 0 0 0 0 22 2 15 0 9 0 1533624929 889532416 42051 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 868684

[startup+25.5022 s]
/proc/loadavg: 0.68 0.16 0.05 3/90 18013
/proc/meminfo: memFree=1242152/2055920 swapFree=4120948/4192956
[pid=17978] ppid=17976 vsize=868684 CPUtime=25.38
/proc/17978/stat : 17978 (java) S 17976 17978 17912 0 -1 0 65755 984 1 0 2487 27 22 2 18 0 9 0 1533624924 889532416 42061 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17978/statm: 217171 42061 2636 9 0 211677 0
[pid=17978/tid=17980] ppid=17976 vsize=868684 CPUtime=24.73
/proc/17978/task/17980/stat : 17980 (java) R 17976 17978 17912 0 -1 64 30693 984 1 0 2437 12 22 2 25 0 9 0 1533624925 889532416 42061 996147200 134512640 134550740 4294955984 18446744073709551615 4127067659 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17981] ppid=17976 vsize=868684 CPUtime=0.56
/proc/17978/task/17981/stat : 17981 (java) S 17976 17978 17912 0 -1 64 33258 984 0 0 21 11 22 2 17 0 9 0 1533624927 889532416 42061 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17982] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17982/stat : 17982 (java) S 17976 17978 17912 0 -1 64 19 984 0 0 0 0 22 2 16 0 9 0 1533624927 889532416 42061 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17983] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17983/stat : 17983 (java) S 17976 17978 17912 0 -1 64 8 984 0 0 0 0 22 2 16 0 9 0 1533624927 889532416 42061 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17984] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17984/stat : 17984 (java) S 17976 17978 17912 0 -1 64 0 984 0 0 0 0 22 2 23 0 9 0 1533624929 889532416 42061 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17978/tid=17985] ppid=17976 vsize=868684 CPUtime=0.52
/proc/17978/task/17985/stat : 17985 (java) S 17976 17978 17912 0 -1 64 925 984 0 0 27 1 22 2 15 0 9 0 1533624929 889532416 42061 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17986] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17986/stat : 17986 (java) S 17976 17978 17912 0 -1 64 2 984 0 0 0 0 22 2 24 0 9 0 1533624929 889532416 42061 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17978/tid=17987] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17987/stat : 17987 (java) S 17976 17978 17912 0 -1 64 35 984 0 0 0 0 22 2 15 0 9 0 1533624929 889532416 42061 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 868684

[startup+51.1027 s]
/proc/loadavg: 1.13 0.31 0.10 3/90 18013
/proc/meminfo: memFree=1242152/2055920 swapFree=4120948/4192956
[pid=17978] ppid=17976 vsize=868684 CPUtime=50.73
/proc/17978/stat : 17978 (java) S 17976 17978 17912 0 -1 0 65774 984 1 0 5022 27 22 2 18 0 9 0 1533624924 889532416 42066 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17978/statm: 217171 42066 2636 9 0 211677 0
[pid=17978/tid=17980] ppid=17976 vsize=868684 CPUtime=50.07
/proc/17978/task/17980/stat : 17980 (java) R 17976 17978 17912 0 -1 64 30700 984 1 0 4971 12 22 2 25 0 9 0 1533624925 889532416 42066 996147200 134512640 134550740 4294955984 18446744073709551615 4127098528 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17981] ppid=17976 vsize=868684 CPUtime=0.56
/proc/17978/task/17981/stat : 17981 (java) S 17976 17978 17912 0 -1 64 33258 984 0 0 21 11 22 2 17 0 9 0 1533624927 889532416 42066 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17982] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17982/stat : 17982 (java) S 17976 17978 17912 0 -1 64 19 984 0 0 0 0 22 2 16 0 9 0 1533624927 889532416 42066 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17983] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17983/stat : 17983 (java) S 17976 17978 17912 0 -1 64 8 984 0 0 0 0 22 2 16 0 9 0 1533624927 889532416 42066 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17984] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17984/stat : 17984 (java) S 17976 17978 17912 0 -1 64 0 984 0 0 0 0 22 2 23 0 9 0 1533624929 889532416 42066 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17978/tid=17985] ppid=17976 vsize=868684 CPUtime=0.53
/proc/17978/task/17985/stat : 17985 (java) S 17976 17978 17912 0 -1 64 937 984 0 0 28 1 22 2 15 0 9 0 1533624929 889532416 42066 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17986] ppid=17976 vsize=868684 CPUtime=0.24

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

/proc/17978/stat : 17978 (java) S 17976 17978 17912 0 -1 0 65776 984 1 0 6290 27 22 2 18 0 9 0 1533624924 889532416 42067 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17978/statm: 217171 42067 2636 9 0 211677 0
[pid=17978/tid=17980] ppid=17976 vsize=868684 CPUtime=62.75
/proc/17978/task/17980/stat : 17980 (java) R 17976 17978 17912 0 -1 64 30700 984 1 0 6239 12 22 2 25 0 9 0 1533624925 889532416 42067 996147200 134512640 134550740 4294955984 18446744073709551615 4127067707 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17981] ppid=17976 vsize=868684 CPUtime=0.56
/proc/17978/task/17981/stat : 17981 (java) S 17976 17978 17912 0 -1 64 33258 984 0 0 21 11 22 2 16 0 9 0 1533624927 889532416 42067 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17982] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17982/stat : 17982 (java) S 17976 17978 17912 0 -1 64 19 984 0 0 0 0 22 2 16 0 9 0 1533624927 889532416 42067 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17983] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17983/stat : 17983 (java) S 17976 17978 17912 0 -1 64 8 984 0 0 0 0 22 2 16 0 9 0 1533624927 889532416 42067 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17984] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17984/stat : 17984 (java) S 17976 17978 17912 0 -1 64 0 984 0 0 0 0 22 2 23 0 9 0 1533624929 889532416 42067 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17978/tid=17985] ppid=17976 vsize=868684 CPUtime=0.54
/proc/17978/task/17985/stat : 17985 (java) S 17976 17978 17912 0 -1 64 939 984 0 0 29 1 22 2 16 0 9 0 1533624929 889532416 42067 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17986] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17986/stat : 17986 (java) S 17976 17978 17912 0 -1 64 2 984 0 0 0 0 22 2 24 0 9 0 1533624929 889532416 42067 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17978/tid=17987] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17987/stat : 17987 (java) S 17976 17978 17912 0 -1 64 35 984 0 0 0 0 22 2 15 0 9 0 1533624929 889532416 42067 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.41
Current children cumulated vsize (KiB) 868684

[startup+70.302 s]
/proc/loadavg: 1.38 0.41 0.14 3/90 18013
/proc/meminfo: memFree=1242088/2055920 swapFree=4120948/4192956
[pid=17978] ppid=17976 vsize=868684 CPUtime=69.75
/proc/17978/stat : 17978 (java) S 17976 17978 17912 0 -1 0 65790 984 1 0 6924 27 22 2 18 0 9 0 1533624924 889532416 42074 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17978/statm: 217171 42074 2636 9 0 211677 0
[pid=17978/tid=17980] ppid=17976 vsize=868684 CPUtime=69.08
/proc/17978/task/17980/stat : 17980 (java) R 17976 17978 17912 0 -1 64 30704 984 1 0 6872 12 22 2 25 0 9 0 1533624925 889532416 42074 996147200 134512640 134550740 4294955984 18446744073709551615 4127098712 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17981] ppid=17976 vsize=868684 CPUtime=0.56
/proc/17978/task/17981/stat : 17981 (java) S 17976 17978 17912 0 -1 64 33258 984 0 0 21 11 22 2 17 0 9 0 1533624927 889532416 42074 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17982] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17982/stat : 17982 (java) S 17976 17978 17912 0 -1 64 19 984 0 0 0 0 22 2 16 0 9 0 1533624927 889532416 42074 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17983] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17983/stat : 17983 (java) S 17976 17978 17912 0 -1 64 8 984 0 0 0 0 22 2 16 0 9 0 1533624927 889532416 42074 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17984] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17984/stat : 17984 (java) S 17976 17978 17912 0 -1 64 0 984 0 0 0 0 22 2 23 0 9 0 1533624929 889532416 42074 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17978/tid=17985] ppid=17976 vsize=868684 CPUtime=0.55
/proc/17978/task/17985/stat : 17985 (java) S 17976 17978 17912 0 -1 64 949 984 0 0 30 1 22 2 15 0 9 0 1533624929 889532416 42074 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17986] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17986/stat : 17986 (java) S 17976 17978 17912 0 -1 64 2 984 0 0 0 0 22 2 24 0 9 0 1533624929 889532416 42074 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17978/tid=17987] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17987/stat : 17987 (java) S 17976 17978 17912 0 -1 64 35 984 0 0 0 0 22 2 15 0 9 0 1533624929 889532416 42074 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 69.75
Current children cumulated vsize (KiB) 868684

[startup+76.7021 s]
/proc/loadavg: 1.43 0.44 0.15 3/90 18013
/proc/meminfo: memFree=1242024/2055920 swapFree=4120948/4192956
[pid=17978] ppid=17976 vsize=868684 CPUtime=76.09
/proc/17978/stat : 17978 (java) S 17976 17978 17912 0 -1 0 65798 984 1 0 7558 27 22 2 18 0 9 0 1533624924 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17978/statm: 217171 42076 2636 9 0 211677 0
[pid=17978/tid=17980] ppid=17976 vsize=868684 CPUtime=75.41
/proc/17978/task/17980/stat : 17980 (java) R 17976 17978 17912 0 -1 64 30705 984 1 0 7505 12 22 2 25 0 9 0 1533624925 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4127067701 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17981] ppid=17976 vsize=868684 CPUtime=0.56
/proc/17978/task/17981/stat : 17981 (java) S 17976 17978 17912 0 -1 64 33258 984 0 0 21 11 22 2 16 0 9 0 1533624927 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17982] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17982/stat : 17982 (java) S 17976 17978 17912 0 -1 64 19 984 0 0 0 0 22 2 16 0 9 0 1533624927 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17983] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17983/stat : 17983 (java) S 17976 17978 17912 0 -1 64 8 984 0 0 0 0 22 2 16 0 9 0 1533624927 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17984] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17984/stat : 17984 (java) S 17976 17978 17912 0 -1 64 0 984 0 0 0 0 22 2 23 0 9 0 1533624929 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17978/tid=17985] ppid=17976 vsize=868684 CPUtime=0.55
/proc/17978/task/17985/stat : 17985 (java) S 17976 17978 17912 0 -1 64 956 984 0 0 30 1 22 2 16 0 9 0 1533624929 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17986] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17986/stat : 17986 (java) S 17976 17978 17912 0 -1 64 2 984 0 0 0 0 22 2 24 0 9 0 1533624929 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17978/tid=17987] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17987/stat : 17987 (java) S 17976 17978 17912 0 -1 64 35 984 0 0 0 0 22 2 15 0 9 0 1533624929 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 76.09
Current children cumulated vsize (KiB) 868684

[startup+79.9016 s]
/proc/loadavg: 1.47 0.47 0.16 3/90 18013
/proc/meminfo: memFree=1242024/2055920 swapFree=4120948/4192956
[pid=17978] ppid=17976 vsize=868684 CPUtime=79.26
/proc/17978/stat : 17978 (java) S 17976 17978 17912 0 -1 0 65799 984 1 0 7875 27 22 2 18 0 9 0 1533624924 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17978/statm: 217171 42076 2636 9 0 211677 0
[pid=17978/tid=17980] ppid=17976 vsize=868684 CPUtime=78.58
/proc/17978/task/17980/stat : 17980 (java) R 17976 17978 17912 0 -1 64 30706 984 1 0 7822 12 22 2 25 0 9 0 1533624925 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4127098712 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17981] ppid=17976 vsize=868684 CPUtime=0.56
/proc/17978/task/17981/stat : 17981 (java) S 17976 17978 17912 0 -1 64 33258 984 0 0 21 11 22 2 16 0 9 0 1533624927 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17982] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17982/stat : 17982 (java) S 17976 17978 17912 0 -1 64 19 984 0 0 0 0 22 2 16 0 9 0 1533624927 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17983] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17983/stat : 17983 (java) S 17976 17978 17912 0 -1 64 8 984 0 0 0 0 22 2 16 0 9 0 1533624927 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17984] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17984/stat : 17984 (java) S 17976 17978 17912 0 -1 64 0 984 0 0 0 0 22 2 23 0 9 0 1533624929 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17978/tid=17985] ppid=17976 vsize=868684 CPUtime=0.55
/proc/17978/task/17985/stat : 17985 (java) S 17976 17978 17912 0 -1 64 956 984 0 0 30 1 22 2 16 0 9 0 1533624929 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17986] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17986/stat : 17986 (java) S 17976 17978 17912 0 -1 64 2 984 0 0 0 0 22 2 24 0 9 0 1533624929 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17978/tid=17987] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17987/stat : 17987 (java) S 17976 17978 17912 0 -1 64 35 984 0 0 0 0 22 2 15 0 9 0 1533624929 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 79.26
Current children cumulated vsize (KiB) 868684

[startup+80.7018 s]
/proc/loadavg: 1.47 0.47 0.16 3/90 18013
/proc/meminfo: memFree=1242024/2055920 swapFree=4120948/4192956
[pid=17978] ppid=17976 vsize=868684 CPUtime=80.05
/proc/17978/stat : 17978 (java) S 17976 17978 17912 0 -1 0 65799 984 1 0 7954 27 22 2 18 0 9 0 1533624924 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17978/statm: 217171 42076 2636 9 0 211677 0
[pid=17978/tid=17980] ppid=17976 vsize=868684 CPUtime=79.37
/proc/17978/task/17980/stat : 17980 (java) R 17976 17978 17912 0 -1 64 30706 984 1 0 7901 12 22 2 25 0 9 0 1533624925 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4127098635 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17981] ppid=17976 vsize=868684 CPUtime=0.56
/proc/17978/task/17981/stat : 17981 (java) S 17976 17978 17912 0 -1 64 33258 984 0 0 21 11 22 2 16 0 9 0 1533624927 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17982] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17982/stat : 17982 (java) S 17976 17978 17912 0 -1 64 19 984 0 0 0 0 22 2 16 0 9 0 1533624927 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17983] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17983/stat : 17983 (java) S 17976 17978 17912 0 -1 64 8 984 0 0 0 0 22 2 16 0 9 0 1533624927 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17984] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17984/stat : 17984 (java) S 17976 17978 17912 0 -1 64 0 984 0 0 0 0 22 2 23 0 9 0 1533624929 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17978/tid=17985] ppid=17976 vsize=868684 CPUtime=0.55
/proc/17978/task/17985/stat : 17985 (java) S 17976 17978 17912 0 -1 64 956 984 0 0 30 1 22 2 16 0 9 0 1533624929 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17986] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17986/stat : 17986 (java) S 17976 17978 17912 0 -1 64 2 984 0 0 0 0 22 2 24 0 9 0 1533624929 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17978/tid=17987] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17987/stat : 17987 (java) S 17976 17978 17912 0 -1 64 35 984 0 0 0 0 22 2 15 0 9 0 1533624929 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 80.05
Current children cumulated vsize (KiB) 868684

[startup+81.5029 s]
/proc/loadavg: 1.47 0.47 0.16 3/90 18013
/proc/meminfo: memFree=1241896/2055920 swapFree=4120948/4192956
[pid=17978] ppid=17976 vsize=868684 CPUtime=80.84
/proc/17978/stat : 17978 (java) S 17976 17978 17912 0 -1 0 65799 984 1 0 8033 27 22 2 18 0 9 0 1533624924 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17978/statm: 217171 42076 2636 9 0 211677 0
[pid=17978/tid=17980] ppid=17976 vsize=868684 CPUtime=80.16
/proc/17978/task/17980/stat : 17980 (java) R 17976 17978 17912 0 -1 64 30706 984 1 0 7980 12 22 2 25 0 9 0 1533624925 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4127075097 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17981] ppid=17976 vsize=868684 CPUtime=0.56
/proc/17978/task/17981/stat : 17981 (java) S 17976 17978 17912 0 -1 64 33258 984 0 0 21 11 22 2 17 0 9 0 1533624927 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17982] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17982/stat : 17982 (java) S 17976 17978 17912 0 -1 64 19 984 0 0 0 0 22 2 16 0 9 0 1533624927 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17983] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17983/stat : 17983 (java) S 17976 17978 17912 0 -1 64 8 984 0 0 0 0 22 2 16 0 9 0 1533624927 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17984] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17984/stat : 17984 (java) S 17976 17978 17912 0 -1 64 0 984 0 0 0 0 22 2 23 0 9 0 1533624929 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17978/tid=17985] ppid=17976 vsize=868684 CPUtime=0.55
/proc/17978/task/17985/stat : 17985 (java) S 17976 17978 17912 0 -1 64 956 984 0 0 30 1 22 2 16 0 9 0 1533624929 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17986] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17986/stat : 17986 (java) S 17976 17978 17912 0 -1 64 2 984 0 0 0 0 22 2 24 0 9 0 1533624929 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17978/tid=17987] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17987/stat : 17987 (java) S 17976 17978 17912 0 -1 64 35 984 0 0 0 0 22 2 15 0 9 0 1533624929 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 80.84
Current children cumulated vsize (KiB) 868684

[startup+81.703 s]
/proc/loadavg: 1.47 0.47 0.16 3/90 18013
/proc/meminfo: memFree=1241896/2055920 swapFree=4120948/4192956
[pid=17978] ppid=17976 vsize=868684 CPUtime=81.04
/proc/17978/stat : 17978 (java) S 17976 17978 17912 0 -1 0 65799 984 1 0 8053 27 22 2 18 0 9 0 1533624924 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17978/statm: 217171 42076 2636 9 0 211677 0
[pid=17978/tid=17980] ppid=17976 vsize=868684 CPUtime=80.36
/proc/17978/task/17980/stat : 17980 (java) R 17976 17978 17912 0 -1 64 30706 984 1 0 8000 12 22 2 25 0 9 0 1533624925 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4127105376 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17981] ppid=17976 vsize=868684 CPUtime=0.56
/proc/17978/task/17981/stat : 17981 (java) S 17976 17978 17912 0 -1 64 33258 984 0 0 21 11 22 2 17 0 9 0 1533624927 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17982] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17982/stat : 17982 (java) S 17976 17978 17912 0 -1 64 19 984 0 0 0 0 22 2 16 0 9 0 1533624927 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17983] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17983/stat : 17983 (java) S 17976 17978 17912 0 -1 64 8 984 0 0 0 0 22 2 16 0 9 0 1533624927 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17984] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17984/stat : 17984 (java) S 17976 17978 17912 0 -1 64 0 984 0 0 0 0 22 2 23 0 9 0 1533624929 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17978/tid=17985] ppid=17976 vsize=868684 CPUtime=0.55
/proc/17978/task/17985/stat : 17985 (java) S 17976 17978 17912 0 -1 64 956 984 0 0 30 1 22 2 16 0 9 0 1533624929 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17978/tid=17986] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17986/stat : 17986 (java) S 17976 17978 17912 0 -1 64 2 984 0 0 0 0 22 2 24 0 9 0 1533624929 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17978/tid=17987] ppid=17976 vsize=868684 CPUtime=0.24
/proc/17978/task/17987/stat : 17987 (java) S 17976 17978 17912 0 -1 64 35 984 0 0 0 0 22 2 15 0 9 0 1533624929 889532416 42076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 81.04
Current children cumulated vsize (KiB) 868684

Child status: 0
Real time (s): 81.7611
CPU time (s): 81.1107
CPU user time (s): 80.7817
CPU system time (s): 0.328949
CPU usage (%): 99.2044
Max. virtual memory (cumulated for all children) (KiB): 868864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 80.7817
system time used= 0.328949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66873
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= 2757
involuntary context switches= 5996

runsolver used 0.108983 second user time and 0.277957 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-03 00:58:29
IDJOB=1047154
IDBENCH=54134
IDSOLVER=363
FILE ID=node14/1047154-1215039509
PBS_JOBID= 7875145
Free space on /tmp= 66532 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= aa7b2353cb628418d82c0cbdd1fd0d6d
RANDOM SEED=848933637

node14.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.267
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	: 5931.00
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.267
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:       1429848 kB
Buffers:         66900 kB
Cached:         387408 kB
SwapCached:      66096 kB
Active:         269972 kB
Inactive:       281212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1429848 kB
SwapTotal:     4192956 kB
SwapFree:      4120948 kB
Dirty:            2772 kB
Writeback:           0 kB
Mapped:         102648 kB
Slab:            60344 kB
Committed_AS:  2919264 kB
PageTables:       1840 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66528 MiB
End job on node14 at 2008-07-03 00:59:51