Trace number 1047775

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 98.1281 99.378

DiagnosticValue
CHECKS1368
NODES1693

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-26_ext.xml
MD5SUMdd3717c3e5db8d2dc488b191a384f85b
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 benchmark23.7594
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.06/0.38	
0.06/0.38	Abscon 112 (May, 2008)
0.27/0.62	
0.27/0.62	   configuration
0.27/0.62	     name=mac.xml
0.27/0.69	   
0.27/0.69	   instance
0.27/0.69	     name=HOME/instance-1047775-1215041390.xml
0.33/0.73	   
0.33/0.73	   domains being loaded...
0.33/0.74	   
0.33/0.74	   variables being loaded...
0.33/0.76	     nbVariables=21  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=42
0.33/0.76	       =>  wckTime=0.129  cpuTime=0.09  mem=6M878
0.33/0.76	   
0.33/0.76	   relations being loaded...
0.43/0.81	   
0.43/0.81	   constraints being loaded...
1.60/2.07	     nbConstraints=2713  nbRelationTypes=1  nbGlobalConstraints=2713  nbExtensionStructures=1
1.60/2.07	     nbSharedExtensionStructures=2712  nbConflictsStructures=1  nbSharedConflictsStructures=2712
1.60/2.07	     nbSharedBinaryRepresentations=0  minDegree=1903  maxDegree=1970  minArity=15  maxArity=15  nbGenerators=0
1.60/2.07	     nbFusions=0  symmetryWckTime=0.56  symmetryCpuTime=0.27
1.60/2.07	       =>  wckTime=1.442  cpuTime=0.78  mem=109M326
1.82/2.23	   
1.82/2.24	   solver IterativeSystematicSolver being built... 
1.91/2.31	   
1.91/2.31	   INFO : Forward propagation technique limited 
1.91/2.37	       =>  wckTime=1.746  cpuTime=0.9  mem=107M993
6.37/6.84	   
6.37/6.84	   preprocessing
6.37/6.84	     nbConstraintChecks=0  nbValidityChecks=18613893  nbPropagations=21  nbRevisions=0  nbUselessRevisions=0
6.37/6.84	     nbRemovedValues=0  detectedInconsistency=no
6.37/6.84	       =>  wckTime=4.465  cpuTime=4.41  mem=107M993
19.26/19.88	   
19.26/19.88	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=109M9)
97.97/99.29	   
97.97/99.29	   search
97.97/99.29	     run=8  nbConstraintChecks=1368  nbValidityChecks=1293945447  minDepth=0  maxDepth=10  nbPropagations=9904
97.97/99.29	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=1693  nbFailedAssignments=545  nbBacktracks=1090
97.97/99.29	     nbVisitedNodes=2774  nbRestartNogoods=31  nbSEliminables=0  nbREliminables=13.48  nbIEliminables=0
97.97/99.29	     nbDEliminables=0  nbPEliminables=0
97.97/99.29	       =>  wckTime=96.917  cpuTime=95.99  mem=109M9
97.97/99.30	   
97.97/99.30	   global
97.97/99.30	     nbConstraintChecks=1368  nbValidityChecks=1312559340  nbPropagations=9925  nbRestartNogoods=31
97.97/99.30	     solvingWckTime=96.921  solvingCpuTime=95.99  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
97.97/99.30	     globalCpuTime=96.93
97.97/99.30	       =>  wckTime=98.668  cpuTime=96.9  mem=109M9
97.97/99.30	   
97.97/99.30	s UNSATISFIABLE
97.97/99.30	d NODES 1693
97.97/99.30	d CHECKS 1368
98.07/99.30	   
98.07/99.30	   totalWckTime=98.74  totalCpuTime=96.94

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

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


[startup+0 s]
/proc/loadavg: 1.96 2.02 1.72 4/72 18204
/proc/meminfo: memFree=1065280/2055920 swapFree=4120948/4192956
[pid=18204] ppid=18202 vsize=18572 CPUtime=0
/proc/18204/stat : 18204 (runsolver) R 18202 18204 17912 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1533813090 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 212234464551 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/18204/statm: 4643 292 257 25 0 2626 0

[startup+0.0898399 s]
/proc/loadavg: 1.96 2.02 1.72 4/72 18204
/proc/meminfo: memFree=1065280/2055920 swapFree=4120948/4192956
[pid=18204] ppid=18202 vsize=10336 CPUtime=0.01
/proc/18204/stat : 18204 (java) D 18202 18204 17912 0 -1 0 376 0 22 0 0 1 0 0 18 0 1 0 1533813090 10584064 201 996147200 134512640 134550740 4294955984 18446744073709551615 6898474 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/18204/statm: 2584 201 143 9 0 1102 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10336

[startup+0.102843 s]
/proc/loadavg: 1.96 2.02 1.72 4/72 18204
/proc/meminfo: memFree=1065280/2055920 swapFree=4120948/4192956
[pid=18204] ppid=18202 vsize=10336 CPUtime=0.01
/proc/18204/stat : 18204 (java) R 18202 18204 17912 0 -1 0 562 0 35 0 0 1 0 0 18 0 1 0 1533813090 10584064 400 996147200 134512640 134550740 4294955984 18446744073709551615 104597316 0 0 4096 0 0 0 0 17 1 0 0
/proc/18204/statm: 2584 400 154 9 0 1102 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10336

[startup+0.301877 s]
/proc/loadavg: 1.96 2.02 1.72 4/72 18204
/proc/meminfo: memFree=1065280/2055920 swapFree=4120948/4192956
[pid=18204] ppid=18202 vsize=863688 CPUtime=0.06
/proc/18204/stat : 18204 (java) S 18202 18204 17912 0 -1 0 2501 0 65 0 2 4 0 0 18 0 9 0 1533813090 884416512 2132 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18204/statm: 215922 2132 1017 9 0 210901 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 863688

[startup+0.701945 s]
/proc/loadavg: 1.96 2.02 1.72 4/72 18204
/proc/meminfo: memFree=1065280/2055920 swapFree=4120948/4192956
[pid=18204] ppid=18202 vsize=866284 CPUtime=0.33
/proc/18204/stat : 18204 (java) S 18202 18204 17912 0 -1 0 5715 0 91 0 23 10 0 0 18 0 9 0 1533813090 887074816 5179 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18204/statm: 216571 5179 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 866284

[startup+1.50109 s]
/proc/loadavg: 1.96 2.02 1.72 3/81 18213
/proc/meminfo: memFree=1018104/2055920 swapFree=4120948/4192956
[pid=18204] ppid=18202 vsize=867428 CPUtime=1.14
/proc/18204/stat : 18204 (java) S 18202 18204 17912 0 -1 0 35770 0 91 0 89 25 0 0 18 0 9 0 1533813090 888246272 35217 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18204/statm: 216857 35217 2001 9 0 211385 0
[pid=18204/tid=18206] ppid=18202 vsize=867428 CPUtime=0.74
/proc/18204/task/18206/stat : 18206 (java) R 18202 18204 17912 0 -1 64 15662 0 55 0 59 15 0 0 21 0 9 0 1533813100 888246272 35217 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18207] ppid=18202 vsize=867428 CPUtime=0.18
/proc/18204/task/18207/stat : 18207 (java) S 18202 18204 17912 0 -1 64 18805 0 0 0 10 8 0 0 17 0 9 0 1533813111 888246272 35217 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18208] ppid=18202 vsize=867428 CPUtime=0
/proc/18204/task/18208/stat : 18208 (java) S 18202 18204 17912 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1533813112 888246272 35217 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18209] ppid=18202 vsize=867428 CPUtime=0
/proc/18204/task/18209/stat : 18209 (java) S 18202 18204 17912 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1533813113 888246272 35217 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18210] ppid=18202 vsize=867428 CPUtime=0
/proc/18204/task/18210/stat : 18210 (java) S 18202 18204 17912 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1533813118 888246272 35217 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18211] ppid=18202 vsize=867428 CPUtime=0.18
/proc/18204/task/18211/stat : 18211 (java) S 18202 18204 17912 0 -1 64 642 0 1 0 18 0 0 0 16 0 9 0 1533813118 888246272 35217 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18212] ppid=18202 vsize=867428 CPUtime=0
/proc/18204/task/18212/stat : 18212 (java) S 18202 18204 17912 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 1533813118 888246272 35217 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18213] ppid=18202 vsize=867428 CPUtime=0
/proc/18204/task/18213/stat : 18213 (java) S 18202 18204 17912 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1533813118 888246272 35217 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 867428

[startup+3.10236 s]
/proc/loadavg: 1.96 2.02 1.72 4/83 18217
/proc/meminfo: memFree=907816/2055920 swapFree=4120948/4192956
[pid=18204] ppid=18202 vsize=867892 CPUtime=2.71
/proc/18204/stat : 18204 (java) S 18202 18204 17912 0 -1 0 55633 981 93 0 213 34 22 2 18 0 9 0 1533813090 888721408 42171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18204/statm: 216973 42171 2636 9 0 211479 0
[pid=18204/tid=18206] ppid=18202 vsize=867892 CPUtime=2.1
/proc/18204/task/18206/stat : 18206 (java) R 18202 18204 17912 0 -1 64 20577 981 55 0 168 18 22 2 22 0 9 0 1533813100 888721408 42171 996147200 134512640 134550740 4294955984 18446744073709551615 4127067216 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18207] ppid=18202 vsize=867892 CPUtime=0.56
/proc/18204/task/18207/stat : 18207 (java) S 18202 18204 17912 0 -1 64 33406 981 2 0 20 12 22 2 18 0 9 0 1533813111 888721408 42171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18208] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18208/stat : 18208 (java) S 18202 18204 17912 0 -1 64 18 981 0 0 0 0 22 2 16 0 9 0 1533813112 888721408 42171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18209] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18209/stat : 18209 (java) S 18202 18204 17912 0 -1 64 9 981 0 0 0 0 22 2 16 0 9 0 1533813113 888721408 42171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18210] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18210/stat : 18210 (java) S 18202 18204 17912 0 -1 64 1 981 0 0 0 0 22 2 19 0 9 0 1533813118 888721408 42171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18211] ppid=18202 vsize=867892 CPUtime=0.49
/proc/18204/task/18211/stat : 18211 (java) S 18202 18204 17912 0 -1 64 845 981 1 0 24 1 22 2 15 0 9 0 1533813118 888721408 42171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18212] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18212/stat : 18212 (java) S 18202 18204 17912 0 -1 64 1 981 0 0 0 0 22 2 20 0 9 0 1533813118 888721408 42171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18213] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18213/stat : 18213 (java) S 18202 18204 17912 0 -1 64 6 981 0 0 0 0 22 2 15 0 9 0 1533813118 888721408 42171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 867892

[startup+6.30191 s]
/proc/loadavg: 1.96 2.02 1.72 3/81 18217
/proc/meminfo: memFree=884464/2055920 swapFree=4120948/4192956
[pid=18204] ppid=18202 vsize=867892 CPUtime=5.87
/proc/18204/stat : 18204 (java) S 18202 18204 17912 0 -1 0 59769 981 93 0 528 35 22 2 18 0 9 0 1533813090 888721408 42173 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18204/statm: 216973 42173 2636 9 0 211479 0
[pid=18204/tid=18206] ppid=18202 vsize=867892 CPUtime=5.25
/proc/18204/task/18206/stat : 18206 (java) R 18202 18204 17912 0 -1 64 24682 981 55 0 482 19 22 2 23 0 9 0 1533813100 888721408 42173 996147200 134512640 134550740 4294955984 18446744073709551615 4127067151 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18207] ppid=18202 vsize=867892 CPUtime=0.56
/proc/18204/task/18207/stat : 18207 (java) S 18202 18204 17912 0 -1 64 33406 981 2 0 20 12 22 2 16 0 9 0 1533813111 888721408 42173 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18208] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18208/stat : 18208 (java) S 18202 18204 17912 0 -1 64 18 981 0 0 0 0 22 2 16 0 9 0 1533813112 888721408 42173 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18209] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18209/stat : 18209 (java) S 18202 18204 17912 0 -1 64 9 981 0 0 0 0 22 2 16 0 9 0 1533813113 888721408 42173 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18210] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18210/stat : 18210 (java) S 18202 18204 17912 0 -1 64 1 981 0 0 0 0 22 2 19 0 9 0 1533813118 888721408 42173 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18211] ppid=18202 vsize=867892 CPUtime=0.5
/proc/18204/task/18211/stat : 18211 (java) S 18202 18204 17912 0 -1 64 850 981 1 0 25 1 22 2 15 0 9 0 1533813118 888721408 42173 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18212] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18212/stat : 18212 (java) S 18202 18204 17912 0 -1 64 1 981 0 0 0 0 22 2 20 0 9 0 1533813118 888721408 42173 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18213] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18213/stat : 18213 (java) S 18202 18204 17912 0 -1 64 32 981 0 0 0 0 22 2 15 0 9 0 1533813118 888721408 42173 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 867892

[startup+12.703 s]
/proc/loadavg: 1.97 2.02 1.73 3/81 18217
/proc/meminfo: memFree=884528/2055920 swapFree=4120948/4192956
[pid=18204] ppid=18202 vsize=867892 CPUtime=12.22
/proc/18204/stat : 18204 (java) S 18202 18204 17912 0 -1 0 65804 981 93 0 1162 36 22 2 18 0 9 0 1533813090 888721408 42183 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18204/statm: 216973 42183 2636 9 0 211479 0
[pid=18204/tid=18206] ppid=18202 vsize=867892 CPUtime=11.58
/proc/18204/task/18206/stat : 18206 (java) R 18202 18204 17912 0 -1 64 30690 981 55 0 1114 20 22 2 18 0 9 0 1533813100 888721408 42183 996147200 134512640 134550740 4294955984 18446744073709551615 4127067250 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18207] ppid=18202 vsize=867892 CPUtime=0.56
/proc/18204/task/18207/stat : 18207 (java) S 18202 18204 17912 0 -1 64 33406 981 2 0 20 12 22 2 16 0 9 0 1533813111 888721408 42183 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18208] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18208/stat : 18208 (java) S 18202 18204 17912 0 -1 64 18 981 0 0 0 0 22 2 16 0 9 0 1533813112 888721408 42183 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18209] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18209/stat : 18209 (java) S 18202 18204 17912 0 -1 64 9 981 0 0 0 0 22 2 16 0 9 0 1533813113 888721408 42183 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18210] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18210/stat : 18210 (java) S 18202 18204 17912 0 -1 64 1 981 0 0 0 0 22 2 19 0 9 0 1533813118 888721408 42183 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18211] ppid=18202 vsize=867892 CPUtime=0.51
/proc/18204/task/18211/stat : 18211 (java) S 18202 18204 17912 0 -1 64 877 981 1 0 26 1 22 2 15 0 9 0 1533813118 888721408 42183 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18212] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18212/stat : 18212 (java) S 18202 18204 17912 0 -1 64 1 981 0 0 0 0 22 2 20 0 9 0 1533813118 888721408 42183 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18213] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18213/stat : 18213 (java) S 18202 18204 17912 0 -1 64 32 981 0 0 0 0 22 2 15 0 9 0 1533813118 888721408 42183 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 867892

[startup+25.5023 s]
/proc/loadavg: 1.97 2.02 1.73 3/81 18217
/proc/meminfo: memFree=884784/2055920 swapFree=4120948/4192956
[pid=18204] ppid=18202 vsize=867892 CPUtime=24.91
/proc/18204/stat : 18204 (java) S 18202 18204 17912 0 -1 0 65852 981 93 0 2430 37 22 2 18 0 9 0 1533813090 888721408 42192 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18204/statm: 216973 42192 2636 9 0 211479 0
[pid=18204/tid=18206] ppid=18202 vsize=867892 CPUtime=24.24
/proc/18204/task/18206/stat : 18206 (java) R 18202 18204 17912 0 -1 64 30700 981 55 0 2380 20 22 2 25 0 9 0 1533813100 888721408 42192 996147200 134512640 134550740 4294955984 18446744073709551615 4127066997 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18207] ppid=18202 vsize=867892 CPUtime=0.56
/proc/18204/task/18207/stat : 18207 (java) S 18202 18204 17912 0 -1 64 33406 981 2 0 20 12 22 2 16 0 9 0 1533813111 888721408 42192 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18208] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18208/stat : 18208 (java) S 18202 18204 17912 0 -1 64 18 981 0 0 0 0 22 2 16 0 9 0 1533813112 888721408 42192 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18209] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18209/stat : 18209 (java) S 18202 18204 17912 0 -1 64 9 981 0 0 0 0 22 2 16 0 9 0 1533813113 888721408 42192 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18210] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18210/stat : 18210 (java) S 18202 18204 17912 0 -1 64 1 981 0 0 0 0 22 2 19 0 9 0 1533813118 888721408 42192 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18211] ppid=18202 vsize=867892 CPUtime=0.53
/proc/18204/task/18211/stat : 18211 (java) S 18202 18204 17912 0 -1 64 915 981 1 0 28 1 22 2 15 0 9 0 1533813118 888721408 42192 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18212] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18212/stat : 18212 (java) S 18202 18204 17912 0 -1 64 1 981 0 0 0 0 22 2 20 0 9 0 1533813118 888721408 42192 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18213] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18213/stat : 18213 (java) S 18202 18204 17912 0 -1 64 32 981 0 0 0 0 22 2 15 0 9 0 1533813118 888721408 42192 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.91
Current children cumulated vsize (KiB) 867892

[startup+51.1017 s]
/proc/loadavg: 1.98 2.02 1.73 3/81 18217
/proc/meminfo: memFree=884848/2055920 swapFree=4120948/4192956
[pid=18204] ppid=18202 vsize=867892 CPUtime=50.29
/proc/18204/stat : 18204 (java) S 18202 18204 17912 0 -1 0 65863 981 93 0 4968 37 22 2 18 0 9 0 1533813090 888721408 42196 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18204/statm: 216973 42196 2636 9 0 211479 0
[pid=18204/tid=18206] ppid=18202 vsize=867892 CPUtime=49.61
/proc/18204/task/18206/stat : 18206 (java) R 18202 18204 17912 0 -1 64 30702 981 55 0 4917 20 22 2 25 0 9 0 1533813100 888721408 42196 996147200 134512640 134550740 4294955984 18446744073709551615 4127066997 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18207] ppid=18202 vsize=867892 CPUtime=0.56
/proc/18204/task/18207/stat : 18207 (java) S 18202 18204 17912 0 -1 64 33406 981 2 0 20 12 22 2 16 0 9 0 1533813111 888721408 42196 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18208] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18208/stat : 18208 (java) S 18202 18204 17912 0 -1 64 18 981 0 0 0 0 22 2 16 0 9 0 1533813112 888721408 42196 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18209] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18209/stat : 18209 (java) S 18202 18204 17912 0 -1 64 9 981 0 0 0 0 22 2 16 0 9 0 1533813113 888721408 42196 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18210] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18210/stat : 18210 (java) S 18202 18204 17912 0 -1 64 1 981 0 0 0 0 22 2 19 0 9 0 1533813118 888721408 42196 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18211] ppid=18202 vsize=867892 CPUtime=0.54
/proc/18204/task/18211/stat : 18211 (java) S 18202 18204 17912 0 -1 64 924 981 1 0 29 1 22 2 16 0 9 0 1533813118 888721408 42196 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18212] ppid=18202 vsize=867892 CPUtime=0.24

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

/proc/18204/stat : 18204 (java) S 18202 18204 17912 0 -1 0 65873 981 93 0 7506 37 22 2 18 0 9 0 1533813090 888721408 42198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18204/statm: 216973 42198 2636 9 0 211479 0
[pid=18204/tid=18206] ppid=18202 vsize=867892 CPUtime=74.98
/proc/18204/task/18206/stat : 18206 (java) R 18202 18204 17912 0 -1 64 30708 981 55 0 7454 20 22 2 25 0 9 0 1533813100 888721408 42198 996147200 134512640 134550740 4294955984 18446744073709551615 4127097957 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18207] ppid=18202 vsize=867892 CPUtime=0.56
/proc/18204/task/18207/stat : 18207 (java) S 18202 18204 17912 0 -1 64 33406 981 2 0 20 12 22 2 16 0 9 0 1533813111 888721408 42198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18208] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18208/stat : 18208 (java) S 18202 18204 17912 0 -1 64 18 981 0 0 0 0 22 2 16 0 9 0 1533813112 888721408 42198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18209] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18209/stat : 18209 (java) S 18202 18204 17912 0 -1 64 9 981 0 0 0 0 22 2 16 0 9 0 1533813113 888721408 42198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18210] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18210/stat : 18210 (java) S 18202 18204 17912 0 -1 64 1 981 0 0 0 0 22 2 19 0 9 0 1533813118 888721408 42198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18211] ppid=18202 vsize=867892 CPUtime=0.55
/proc/18204/task/18211/stat : 18211 (java) S 18202 18204 17912 0 -1 64 928 981 1 0 30 1 22 2 16 0 9 0 1533813118 888721408 42198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18212] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18212/stat : 18212 (java) S 18202 18204 17912 0 -1 64 1 981 0 0 0 0 22 2 20 0 9 0 1533813118 888721408 42198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18213] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18213/stat : 18213 (java) S 18202 18204 17912 0 -1 64 32 981 0 0 0 0 22 2 15 0 9 0 1533813118 888721408 42198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 75.67
Current children cumulated vsize (KiB) 867892

[startup+89.5023 s]
/proc/loadavg: 1.99 2.01 1.74 3/81 18217
/proc/meminfo: memFree=884720/2055920 swapFree=4120948/4192956
[pid=18204] ppid=18202 vsize=867892 CPUtime=88.36
/proc/18204/stat : 18204 (java) S 18202 18204 17912 0 -1 0 65880 981 93 0 8775 37 22 2 18 0 9 0 1533813090 888721408 42202 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18204/statm: 216973 42202 2636 9 0 211479 0
[pid=18204/tid=18206] ppid=18202 vsize=867892 CPUtime=87.67
/proc/18204/task/18206/stat : 18206 (java) R 18202 18204 17912 0 -1 64 30711 981 55 0 8723 20 22 2 25 0 9 0 1533813100 888721408 42202 996147200 134512640 134550740 4294955984 18446744073709551615 4127066985 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18207] ppid=18202 vsize=867892 CPUtime=0.56
/proc/18204/task/18207/stat : 18207 (java) S 18202 18204 17912 0 -1 64 33406 981 2 0 20 12 22 2 16 0 9 0 1533813111 888721408 42202 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18208] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18208/stat : 18208 (java) S 18202 18204 17912 0 -1 64 18 981 0 0 0 0 22 2 16 0 9 0 1533813112 888721408 42202 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18209] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18209/stat : 18209 (java) S 18202 18204 17912 0 -1 64 9 981 0 0 0 0 22 2 16 0 9 0 1533813113 888721408 42202 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18210] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18210/stat : 18210 (java) S 18202 18204 17912 0 -1 64 1 981 0 0 0 0 22 2 19 0 9 0 1533813118 888721408 42202 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18211] ppid=18202 vsize=867892 CPUtime=0.56
/proc/18204/task/18211/stat : 18211 (java) S 18202 18204 17912 0 -1 64 932 981 1 0 31 1 22 2 15 0 9 0 1533813118 888721408 42202 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18212] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18212/stat : 18212 (java) S 18202 18204 17912 0 -1 64 1 981 0 0 0 0 22 2 20 0 9 0 1533813118 888721408 42202 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18213] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18213/stat : 18213 (java) S 18202 18204 17912 0 -1 64 32 981 0 0 0 0 22 2 15 0 9 0 1533813118 888721408 42202 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 88.36
Current children cumulated vsize (KiB) 867892

[startup+95.9024 s]
/proc/loadavg: 1.99 2.01 1.74 3/81 18217
/proc/meminfo: memFree=884720/2055920 swapFree=4120948/4192956
[pid=18204] ppid=18202 vsize=867892 CPUtime=94.7
/proc/18204/stat : 18204 (java) S 18202 18204 17912 0 -1 0 65895 981 93 0 9409 37 22 2 18 0 9 0 1533813090 888721408 42207 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18204/statm: 216973 42207 2636 9 0 211479 0
[pid=18204/tid=18206] ppid=18202 vsize=867892 CPUtime=94.01
/proc/18204/task/18206/stat : 18206 (java) R 18202 18204 17912 0 -1 64 30713 981 55 0 9356 21 22 2 25 0 9 0 1533813100 888721408 42207 996147200 134512640 134550740 4294955984 18446744073709551615 4127067379 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18207] ppid=18202 vsize=867892 CPUtime=0.56
/proc/18204/task/18207/stat : 18207 (java) S 18202 18204 17912 0 -1 64 33406 981 2 0 20 12 22 2 16 0 9 0 1533813111 888721408 42207 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18208] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18208/stat : 18208 (java) S 18202 18204 17912 0 -1 64 18 981 0 0 0 0 22 2 16 0 9 0 1533813112 888721408 42207 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18209] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18209/stat : 18209 (java) S 18202 18204 17912 0 -1 64 9 981 0 0 0 0 22 2 16 0 9 0 1533813113 888721408 42207 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18210] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18210/stat : 18210 (java) S 18202 18204 17912 0 -1 64 1 981 0 0 0 0 22 2 19 0 9 0 1533813118 888721408 42207 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18211] ppid=18202 vsize=867892 CPUtime=0.56
/proc/18204/task/18211/stat : 18211 (java) S 18202 18204 17912 0 -1 64 945 981 1 0 31 1 22 2 16 0 9 0 1533813118 888721408 42207 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18212] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18212/stat : 18212 (java) S 18202 18204 17912 0 -1 64 1 981 0 0 0 0 22 2 20 0 9 0 1533813118 888721408 42207 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18213] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18213/stat : 18213 (java) S 18202 18204 17912 0 -1 64 32 981 0 0 0 0 22 2 15 0 9 0 1533813118 888721408 42207 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 94.7
Current children cumulated vsize (KiB) 867892

[startup+97.5017 s]
/proc/loadavg: 1.99 2.01 1.74 3/81 18217
/proc/meminfo: memFree=884720/2055920 swapFree=4120948/4192956
[pid=18204] ppid=18202 vsize=867892 CPUtime=96.28
/proc/18204/stat : 18204 (java) S 18202 18204 17912 0 -1 0 65895 981 93 0 9567 37 22 2 18 0 9 0 1533813090 888721408 42207 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18204/statm: 216973 42207 2636 9 0 211479 0
[pid=18204/tid=18206] ppid=18202 vsize=867892 CPUtime=95.59
/proc/18204/task/18206/stat : 18206 (java) R 18202 18204 17912 0 -1 64 30713 981 55 0 9514 21 22 2 25 0 9 0 1533813100 888721408 42207 996147200 134512640 134550740 4294955984 18446744073709551615 4127066997 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18207] ppid=18202 vsize=867892 CPUtime=0.56
/proc/18204/task/18207/stat : 18207 (java) S 18202 18204 17912 0 -1 64 33406 981 2 0 20 12 22 2 16 0 9 0 1533813111 888721408 42207 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18208] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18208/stat : 18208 (java) S 18202 18204 17912 0 -1 64 18 981 0 0 0 0 22 2 16 0 9 0 1533813112 888721408 42207 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18209] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18209/stat : 18209 (java) S 18202 18204 17912 0 -1 64 9 981 0 0 0 0 22 2 16 0 9 0 1533813113 888721408 42207 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18210] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18210/stat : 18210 (java) S 18202 18204 17912 0 -1 64 1 981 0 0 0 0 22 2 19 0 9 0 1533813118 888721408 42207 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18211] ppid=18202 vsize=867892 CPUtime=0.56
/proc/18204/task/18211/stat : 18211 (java) S 18202 18204 17912 0 -1 64 945 981 1 0 31 1 22 2 16 0 9 0 1533813118 888721408 42207 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18212] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18212/stat : 18212 (java) S 18202 18204 17912 0 -1 64 1 981 0 0 0 0 22 2 20 0 9 0 1533813118 888721408 42207 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18213] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18213/stat : 18213 (java) S 18202 18204 17912 0 -1 64 32 981 0 0 0 0 22 2 15 0 9 0 1533813118 888721408 42207 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 96.28
Current children cumulated vsize (KiB) 867892

[startup+98.3018 s]
/proc/loadavg: 1.99 2.01 1.74 3/81 18217
/proc/meminfo: memFree=884720/2055920 swapFree=4120948/4192956
[pid=18204] ppid=18202 vsize=867892 CPUtime=97.08
/proc/18204/stat : 18204 (java) S 18202 18204 17912 0 -1 0 65895 981 93 0 9647 37 22 2 18 0 9 0 1533813090 888721408 42207 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18204/statm: 216973 42207 2636 9 0 211479 0
[pid=18204/tid=18206] ppid=18202 vsize=867892 CPUtime=96.39
/proc/18204/task/18206/stat : 18206 (java) R 18202 18204 17912 0 -1 64 30713 981 55 0 9594 21 22 2 25 0 9 0 1533813100 888721408 42207 996147200 134512640 134550740 4294955984 18446744073709551615 4127080899 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18207] ppid=18202 vsize=867892 CPUtime=0.56
/proc/18204/task/18207/stat : 18207 (java) S 18202 18204 17912 0 -1 64 33406 981 2 0 20 12 22 2 16 0 9 0 1533813111 888721408 42207 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18208] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18208/stat : 18208 (java) S 18202 18204 17912 0 -1 64 18 981 0 0 0 0 22 2 16 0 9 0 1533813112 888721408 42207 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18209] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18209/stat : 18209 (java) S 18202 18204 17912 0 -1 64 9 981 0 0 0 0 22 2 16 0 9 0 1533813113 888721408 42207 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18210] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18210/stat : 18210 (java) S 18202 18204 17912 0 -1 64 1 981 0 0 0 0 22 2 19 0 9 0 1533813118 888721408 42207 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18211] ppid=18202 vsize=867892 CPUtime=0.56
/proc/18204/task/18211/stat : 18211 (java) S 18202 18204 17912 0 -1 64 945 981 1 0 31 1 22 2 16 0 9 0 1533813118 888721408 42207 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18212] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18212/stat : 18212 (java) S 18202 18204 17912 0 -1 64 1 981 0 0 0 0 22 2 20 0 9 0 1533813118 888721408 42207 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18213] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18213/stat : 18213 (java) S 18202 18204 17912 0 -1 64 32 981 0 0 0 0 22 2 15 0 9 0 1533813118 888721408 42207 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 97.08
Current children cumulated vsize (KiB) 867892

[startup+99.103 s]
/proc/loadavg: 1.99 2.01 1.74 3/81 18217
/proc/meminfo: memFree=884720/2055920 swapFree=4120948/4192956
[pid=18204] ppid=18202 vsize=867892 CPUtime=97.87
/proc/18204/stat : 18204 (java) S 18202 18204 17912 0 -1 0 65895 981 93 0 9726 37 22 2 18 0 9 0 1533813090 888721408 42207 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18204/statm: 216973 42207 2636 9 0 211479 0
[pid=18204/tid=18206] ppid=18202 vsize=867892 CPUtime=97.18
/proc/18204/task/18206/stat : 18206 (java) R 18202 18204 17912 0 -1 64 30713 981 55 0 9673 21 22 2 25 0 9 0 1533813100 888721408 42207 996147200 134512640 134550740 4294955984 18446744073709551615 4127066955 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18207] ppid=18202 vsize=867892 CPUtime=0.56
/proc/18204/task/18207/stat : 18207 (java) S 18202 18204 17912 0 -1 64 33406 981 2 0 20 12 22 2 16 0 9 0 1533813111 888721408 42207 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18208] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18208/stat : 18208 (java) S 18202 18204 17912 0 -1 64 18 981 0 0 0 0 22 2 16 0 9 0 1533813112 888721408 42207 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18209] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18209/stat : 18209 (java) S 18202 18204 17912 0 -1 64 9 981 0 0 0 0 22 2 16 0 9 0 1533813113 888721408 42207 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18210] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18210/stat : 18210 (java) S 18202 18204 17912 0 -1 64 1 981 0 0 0 0 22 2 19 0 9 0 1533813118 888721408 42207 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18211] ppid=18202 vsize=867892 CPUtime=0.56
/proc/18204/task/18211/stat : 18211 (java) S 18202 18204 17912 0 -1 64 945 981 1 0 31 1 22 2 16 0 9 0 1533813118 888721408 42207 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18212] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18212/stat : 18212 (java) S 18202 18204 17912 0 -1 64 1 981 0 0 0 0 22 2 20 0 9 0 1533813118 888721408 42207 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18213] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18213/stat : 18213 (java) S 18202 18204 17912 0 -1 64 32 981 0 0 0 0 22 2 15 0 9 0 1533813118 888721408 42207 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 97.87
Current children cumulated vsize (KiB) 867892

[startup+99.303 s]
/proc/loadavg: 1.99 2.01 1.74 3/81 18217
/proc/meminfo: memFree=884720/2055920 swapFree=4120948/4192956
[pid=18204] ppid=18202 vsize=867892 CPUtime=98.07
/proc/18204/stat : 18204 (java) S 18202 18204 17912 0 -1 0 65904 981 93 0 9746 37 22 2 18 0 9 0 1533813090 888721408 42208 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18204/statm: 216973 42208 2636 9 0 211479 0
[pid=18204/tid=18206] ppid=18202 vsize=867892 CPUtime=97.38
/proc/18204/task/18206/stat : 18206 (java) R 18202 18204 17912 0 -1 64 30722 981 55 0 9693 21 22 2 25 0 9 0 1533813100 888721408 42208 996147200 134512640 134550740 4294955984 18446744073709551615 4125957694 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18207] ppid=18202 vsize=867892 CPUtime=0.56
/proc/18204/task/18207/stat : 18207 (java) S 18202 18204 17912 0 -1 64 33406 981 2 0 20 12 22 2 16 0 9 0 1533813111 888721408 42208 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18208] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18208/stat : 18208 (java) S 18202 18204 17912 0 -1 64 18 981 0 0 0 0 22 2 16 0 9 0 1533813112 888721408 42208 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18209] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18209/stat : 18209 (java) S 18202 18204 17912 0 -1 64 9 981 0 0 0 0 22 2 16 0 9 0 1533813113 888721408 42208 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18210] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18210/stat : 18210 (java) S 18202 18204 17912 0 -1 64 1 981 0 0 0 0 22 2 19 0 9 0 1533813118 888721408 42208 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18211] ppid=18202 vsize=867892 CPUtime=0.56
/proc/18204/task/18211/stat : 18211 (java) S 18202 18204 17912 0 -1 64 945 981 1 0 31 1 22 2 16 0 9 0 1533813118 888721408 42208 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18204/tid=18212] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18212/stat : 18212 (java) S 18202 18204 17912 0 -1 64 1 981 0 0 0 0 22 2 20 0 9 0 1533813118 888721408 42208 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18204/tid=18213] ppid=18202 vsize=867892 CPUtime=0.24
/proc/18204/task/18213/stat : 18213 (java) S 18202 18204 17912 0 -1 64 32 981 0 0 0 0 22 2 15 0 9 0 1533813118 888721408 42208 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 98.07
Current children cumulated vsize (KiB) 867892

Child status: 0
Real time (s): 99.378
CPU time (s): 98.1281
CPU user time (s): 97.6911
CPU system time (s): 0.436933
CPU usage (%): 98.7423
Max. virtual memory (cumulated for all children) (KiB): 870480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 97.6911
system time used= 0.436933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66968
page faults= 93
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4128
involuntary context switches= 3897

runsolver used 0.12798 second user time and 0.334949 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-03 01:29:50
IDJOB=1047775
IDBENCH=54161
IDSOLVER=363
FILE ID=node14/1047775-1215041390
PBS_JOBID= 7875145
Free space on /tmp= 66528 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dd3717c3e5db8d2dc488b191a384f85b
RANDOM SEED=1211714451

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:       1065888 kB
Buffers:          1736 kB
Cached:          20640 kB
SwapCached:      65888 kB
Active:         923740 kB
Inactive:         7352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1065888 kB
SwapTotal:     4192956 kB
SwapFree:      4120948 kB
Dirty:            2544 kB
Writeback:           0 kB
Mapped:         916820 kB
Slab:            42644 kB
Committed_AS:  3816736 kB
PageTables:       3544 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 01:31:30