Trace number 1052042

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 86.6988 87.5542

DiagnosticValue
CHECKS62729
NODES17802

General information on the benchmark

Namecsp/bddSmall/
normalized-bdd-21-133-18-78-13_ext.xml
MD5SUM0f3490aea838fd1e586170a769e38567
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 benchmark15.1097
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints133
Maximum constraint arity18
Maximum domain size2
Number of constraints which are defined in extension133
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.29/0.32	   
0.29/0.32	   instance
0.29/0.32	     name=HOME/instance-1052042-1215055581.xml
0.29/0.35	   
0.29/0.35	   domains being loaded...
0.29/0.36	   
0.29/0.36	   variables being loaded...
0.29/0.38	     nbVariables=21  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=42
0.29/0.38	       =>  wckTime=0.139  cpuTime=0.1  mem=6M878
0.29/0.38	   
0.29/0.38	   relations being loaded...
0.88/0.91	   
0.88/0.91	   constraints being loaded...
1.37/1.48	     nbConstraints=133  nbRelationTypes=1  nbGlobalConstraints=133  nbExtensionStructures=1
1.37/1.48	     nbSharedExtensionStructures=132  nbConflictsStructures=1  nbSharedConflictsStructures=132
1.37/1.48	     nbSharedBinaryRepresentations=0  minDegree=100  maxDegree=121  minArity=18  maxArity=18  nbGenerators=0
1.37/1.48	     nbFusions=0  symmetryWckTime=0.1  symmetryCpuTime=0.05
1.37/1.48	       =>  wckTime=1.234  cpuTime=0.92  mem=55M167
1.46/1.57	   
1.46/1.57	   solver IterativeSystematicSolver being built... 
1.55/1.65	   
1.55/1.65	   INFO : Forward propagation technique limited 
1.65/1.72	       =>  wckTime=1.481  cpuTime=1.04  mem=69M262
3.83/3.97	   
3.83/3.97	   preprocessing
3.83/3.97	     nbConstraintChecks=0  nbValidityChecks=7712670  nbPropagations=21  nbRevisions=0  nbUselessRevisions=0
3.83/3.97	     nbRemovedValues=0  detectedInconsistency=no
3.83/3.97	       =>  wckTime=2.25  cpuTime=2.21  mem=70M17
11.35/11.58	   
11.35/11.59	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=70M755)
86.64/87.51	   
86.64/87.51	   search
86.64/87.51	     run=14  nbConstraintChecks=62729  nbValidityChecks=644774656  minDepth=0  maxDepth=13  nbPropagations=119655
86.64/87.51	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=17802  nbFailedAssignments=5843  nbBacktracks=11809
86.64/87.51	     nbVisitedNodes=29501  nbRestartNogoods=70  nbSEliminables=0  nbREliminables=10.92  nbIEliminables=0
86.64/87.51	     nbDEliminables=0  nbPEliminables=0
86.64/87.51	       =>  wckTime=85.783  cpuTime=84.86  mem=71M478
86.64/87.51	   
86.64/87.51	   global
86.64/87.51	     nbConstraintChecks=62729  nbValidityChecks=652487326  nbPropagations=119676  nbRestartNogoods=70
86.64/87.51	     solvingWckTime=85.786  solvingCpuTime=84.86  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
86.64/87.51	     globalCpuTime=85.96
86.64/87.51	       =>  wckTime=87.268  cpuTime=85.9  mem=71M478
86.64/87.51	   
86.64/87.51	s UNSATISFIABLE
86.64/87.51	d NODES 17802
86.64/87.51	d CHECKS 62729
86.64/87.51	   
86.64/87.51	   totalWckTime=87.327  totalCpuTime=85.96

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1052042-1215055581/watcher-1052042-1215055581 -o /tmp/evaluation-result-1052042-1215055581/solver-1052042-1215055581 -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-1052042-1215055581.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.92 1.98 1.99 3/75 2835
/proc/meminfo: memFree=1585552/2055920 swapFree=4179440/4192956
[pid=2835] ppid=2833 vsize=1616 CPUtime=0
/proc/2835/stat : 2835 (java) D 2833 2835 438 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 1984529669 1654784 148 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/2835/statm: 404 148 122 9 0 46 0

[startup+0.105451 s]
/proc/loadavg: 1.92 1.98 1.99 3/75 2835
/proc/meminfo: memFree=1585552/2055920 swapFree=4179440/4192956
[pid=2835] ppid=2833 vsize=865884 CPUtime=0.09
/proc/2835/stat : 2835 (java) S 2833 2835 438 0 -1 0 3780 0 1 0 7 2 0 0 18 0 9 0 1984529669 886665216 3231 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2835/statm: 216471 3231 1711 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.202469 s]
/proc/loadavg: 1.92 1.98 1.99 3/75 2835
/proc/meminfo: memFree=1585552/2055920 swapFree=4179440/4192956
[pid=2835] ppid=2833 vsize=866048 CPUtime=0.19
/proc/2835/stat : 2835 (java) S 2833 2835 438 0 -1 0 4674 0 1 0 16 3 0 0 18 0 9 0 1984529669 886833152 4101 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2835/statm: 216512 4101 1852 9 0 211060 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 866048

[startup+0.302482 s]
/proc/loadavg: 1.92 1.98 1.99 3/75 2835
/proc/meminfo: memFree=1585552/2055920 swapFree=4179440/4192956
[pid=2835] ppid=2833 vsize=866196 CPUtime=0.29
/proc/2835/stat : 2835 (java) S 2833 2835 438 0 -1 0 5621 0 1 0 25 4 0 0 18 0 9 0 1984529669 886984704 5035 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2835/statm: 216549 5035 1902 9 0 211097 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866196

[startup+0.702559 s]
/proc/loadavg: 1.92 1.98 1.99 3/75 2835
/proc/meminfo: memFree=1585552/2055920 swapFree=4179440/4192956
[pid=2835] ppid=2833 vsize=866408 CPUtime=0.68
/proc/2835/stat : 2835 (java) S 2833 2835 438 0 -1 0 14730 0 1 0 59 9 0 0 18 0 9 0 1984529669 887201792 14100 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2835/statm: 216602 14100 1966 9 0 211130 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866408

[startup+1.5027 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 2844
/proc/meminfo: memFree=1510920/2055920 swapFree=4179440/4192956
[pid=2835] ppid=2833 vsize=867176 CPUtime=1.46
/proc/2835/stat : 2835 (java) S 2833 2835 438 0 -1 0 33726 323 1 0 126 19 0 1 18 0 9 0 1984529669 887988224 29410 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2835/statm: 216794 29410 2058 9 0 211322 0
[pid=2835/tid=2837] ppid=2833 vsize=867176 CPUtime=1.14
/proc/2835/task/2837/stat : 2837 (java) R 2833 2835 438 0 -1 64 16376 323 1 0 104 9 0 1 22 0 9 0 1984529671 887988224 29410 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2838] ppid=2833 vsize=867176 CPUtime=0.15
/proc/2835/task/2838/stat : 2838 (java) R 2833 2835 438 0 -1 64 16114 323 0 0 8 6 0 1 16 0 9 0 1984529672 887988224 29410 996147200 134512640 134550740 4294955984 18446744073709551615 103735747 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2839] ppid=2833 vsize=867176 CPUtime=0.01
/proc/2835/task/2839/stat : 2839 (java) S 2833 2835 438 0 -1 64 10 323 0 0 0 0 0 1 19 0 9 0 1984529672 887988224 29410 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2840] ppid=2833 vsize=867176 CPUtime=0.01
/proc/2835/task/2840/stat : 2840 (java) S 2833 2835 438 0 -1 64 4 323 0 0 0 0 0 1 20 0 9 0 1984529672 887988224 29410 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2841] ppid=2833 vsize=867176 CPUtime=0.01
/proc/2835/task/2841/stat : 2841 (java) S 2833 2835 438 0 -1 64 0 323 0 0 0 0 0 1 18 0 9 0 1984529675 887988224 29410 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2842] ppid=2833 vsize=867176 CPUtime=0.13
/proc/2835/task/2842/stat : 2842 (java) S 2833 2835 438 0 -1 64 404 323 0 0 12 0 0 1 16 0 9 0 1984529675 887988224 29410 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2843] ppid=2833 vsize=867176 CPUtime=0.01
/proc/2835/task/2843/stat : 2843 (java) S 2833 2835 438 0 -1 64 2 323 0 0 0 0 0 1 19 0 9 0 1984529675 887988224 29410 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2844] ppid=2833 vsize=867176 CPUtime=0.01
/proc/2835/task/2844/stat : 2844 (java) S 2833 2835 438 0 -1 64 5 323 0 0 0 0 0 1 15 0 9 0 1984529675 887988224 29410 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867176

[startup+3.10198 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 2848
/proc/meminfo: memFree=1465160/2055920 swapFree=4179440/4192956
[pid=2835] ppid=2833 vsize=867264 CPUtime=3.03
/proc/2835/stat : 2835 (java) S 2833 2835 438 0 -1 0 42794 323 1 0 281 21 0 1 18 0 9 0 1984529669 888078336 32530 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2835/statm: 216816 32530 2633 9 0 211322 0
[pid=2835/tid=2837] ppid=2833 vsize=867264 CPUtime=2.61
/proc/2835/task/2837/stat : 2837 (java) R 2833 2835 438 0 -1 64 21293 323 1 0 250 10 0 1 25 0 9 0 1984529671 888078336 32530 996147200 134512640 134550740 4294955984 18446744073709551615 4126809348 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2838] ppid=2833 vsize=867264 CPUtime=0.23
/proc/2835/task/2838/stat : 2838 (java) S 2833 2835 438 0 -1 64 20129 323 0 0 14 8 0 1 17 0 9 0 1984529672 888078336 32530 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2839] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2839/stat : 2839 (java) S 2833 2835 438 0 -1 64 17 323 0 0 0 0 0 1 17 0 9 0 1984529672 888078336 32530 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2840] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2840/stat : 2840 (java) S 2833 2835 438 0 -1 64 8 323 0 0 0 0 0 1 16 0 9 0 1984529672 888078336 32530 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2841] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2841/stat : 2841 (java) S 2833 2835 438 0 -1 64 0 323 0 0 0 0 0 1 18 0 9 0 1984529675 888078336 32530 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2842] ppid=2833 vsize=867264 CPUtime=0.18
/proc/2835/task/2842/stat : 2842 (java) S 2833 2835 438 0 -1 64 529 323 0 0 17 0 0 1 15 0 9 0 1984529675 888078336 32530 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2843] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2843/stat : 2843 (java) S 2833 2835 438 0 -1 64 2 323 0 0 0 0 0 1 19 0 9 0 1984529675 888078336 32530 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2844] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2844/stat : 2844 (java) S 2833 2835 438 0 -1 64 5 323 0 0 0 0 0 1 15 0 9 0 1984529675 888078336 32530 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 867264

[startup+6.30255 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 2848
/proc/meminfo: memFree=1464648/2055920 swapFree=4179440/4192956
[pid=2835] ppid=2833 vsize=867264 CPUtime=6.21
/proc/2835/stat : 2835 (java) S 2833 2835 438 0 -1 0 48899 323 1 0 597 23 0 1 18 0 9 0 1984529669 888078336 32543 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2835/statm: 216816 32543 2633 9 0 211322 0
[pid=2835/tid=2837] ppid=2833 vsize=867264 CPUtime=5.76
/proc/2835/task/2837/stat : 2837 (java) R 2833 2835 438 0 -1 64 27391 323 1 0 564 11 0 1 25 0 9 0 1984529671 888078336 32543 996147200 134512640 134550740 4294955984 18446744073709551615 4126809141 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2838] ppid=2833 vsize=867264 CPUtime=0.23
/proc/2835/task/2838/stat : 2838 (java) S 2833 2835 438 0 -1 64 20129 323 0 0 14 8 0 1 16 0 9 0 1984529672 888078336 32543 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2839] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2839/stat : 2839 (java) S 2833 2835 438 0 -1 64 17 323 0 0 0 0 0 1 17 0 9 0 1984529672 888078336 32543 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2840] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2840/stat : 2840 (java) S 2833 2835 438 0 -1 64 8 323 0 0 0 0 0 1 16 0 9 0 1984529672 888078336 32543 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2841] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2841/stat : 2841 (java) S 2833 2835 438 0 -1 64 0 323 0 0 0 0 0 1 18 0 9 0 1984529675 888078336 32543 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2842] ppid=2833 vsize=867264 CPUtime=0.19
/proc/2835/task/2842/stat : 2842 (java) S 2833 2835 438 0 -1 64 536 323 0 0 18 0 0 1 15 0 9 0 1984529675 888078336 32543 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2843] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2843/stat : 2843 (java) S 2833 2835 438 0 -1 64 2 323 0 0 0 0 0 1 19 0 9 0 1984529675 888078336 32543 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2844] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2844/stat : 2844 (java) S 2833 2835 438 0 -1 64 5 323 0 0 0 0 0 1 15 0 9 0 1984529675 888078336 32543 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867264

[startup+12.7017 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 2848
/proc/meminfo: memFree=1464200/2055920 swapFree=4179440/4192956
[pid=2835] ppid=2833 vsize=867264 CPUtime=12.54
/proc/2835/stat : 2835 (java) S 2833 2835 438 0 -1 0 48923 323 1 0 1230 23 0 1 18 0 9 0 1984529669 888078336 32555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2835/statm: 216816 32555 2634 9 0 211322 0
[pid=2835/tid=2837] ppid=2833 vsize=867264 CPUtime=12.08
/proc/2835/task/2837/stat : 2837 (java) R 2833 2835 438 0 -1 64 27402 323 1 0 1195 12 0 1 25 0 9 0 1984529671 888078336 32555 996147200 134512640 134550740 4294955984 18446744073709551615 4126809151 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2838] ppid=2833 vsize=867264 CPUtime=0.23
/proc/2835/task/2838/stat : 2838 (java) S 2833 2835 438 0 -1 64 20129 323 0 0 14 8 0 1 17 0 9 0 1984529672 888078336 32555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2839] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2839/stat : 2839 (java) S 2833 2835 438 0 -1 64 17 323 0 0 0 0 0 1 17 0 9 0 1984529672 888078336 32555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2840] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2840/stat : 2840 (java) S 2833 2835 438 0 -1 64 8 323 0 0 0 0 0 1 16 0 9 0 1984529672 888078336 32555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2841] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2841/stat : 2841 (java) S 2833 2835 438 0 -1 64 0 323 0 0 0 0 0 1 18 0 9 0 1984529675 888078336 32555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2842] ppid=2833 vsize=867264 CPUtime=0.21
/proc/2835/task/2842/stat : 2842 (java) S 2833 2835 438 0 -1 64 549 323 0 0 20 0 0 1 15 0 9 0 1984529675 888078336 32555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2843] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2843/stat : 2843 (java) S 2833 2835 438 0 -1 64 2 323 0 0 0 0 0 1 19 0 9 0 1984529675 888078336 32555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2844] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2844/stat : 2844 (java) S 2833 2835 438 0 -1 64 5 323 0 0 0 0 0 1 15 0 9 0 1984529675 888078336 32555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 867264

[startup+25.503 s]
/proc/loadavg: 1.95 1.98 1.99 3/84 2848
/proc/meminfo: memFree=1463432/2055920 swapFree=4179440/4192956
[pid=2835] ppid=2833 vsize=867264 CPUtime=25.22
/proc/2835/stat : 2835 (java) S 2833 2835 438 0 -1 0 48963 323 1 0 2497 24 0 1 18 0 9 0 1984529669 888078336 32573 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2835/statm: 216816 32573 2634 9 0 211322 0
[pid=2835/tid=2837] ppid=2833 vsize=867264 CPUtime=24.71
/proc/2835/task/2837/stat : 2837 (java) R 2833 2835 438 0 -1 64 27417 323 1 0 2458 12 0 1 25 0 9 0 1984529671 888078336 32573 996147200 134512640 134550740 4294955984 18446744073709551615 4126798790 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2838] ppid=2833 vsize=867264 CPUtime=0.23
/proc/2835/task/2838/stat : 2838 (java) S 2833 2835 438 0 -1 64 20129 323 0 0 14 8 0 1 17 0 9 0 1984529672 888078336 32573 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2839] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2839/stat : 2839 (java) S 2833 2835 438 0 -1 64 17 323 0 0 0 0 0 1 17 0 9 0 1984529672 888078336 32573 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2840] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2840/stat : 2840 (java) S 2833 2835 438 0 -1 64 8 323 0 0 0 0 0 1 16 0 9 0 1984529672 888078336 32573 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2841] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2841/stat : 2841 (java) S 2833 2835 438 0 -1 64 0 323 0 0 0 0 0 1 18 0 9 0 1984529675 888078336 32573 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2842] ppid=2833 vsize=867264 CPUtime=0.25
/proc/2835/task/2842/stat : 2842 (java) S 2833 2835 438 0 -1 64 574 323 0 0 24 0 0 1 16 0 9 0 1984529675 888078336 32573 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2843] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2843/stat : 2843 (java) S 2833 2835 438 0 -1 64 2 323 0 0 0 0 0 1 19 0 9 0 1984529675 888078336 32573 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2844] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2844/stat : 2844 (java) S 2833 2835 438 0 -1 64 5 323 0 0 0 0 0 1 15 0 9 0 1984529675 888078336 32573 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 867264

[startup+51.1025 s]
/proc/loadavg: 1.96 1.98 1.99 3/84 2848
/proc/meminfo: memFree=1461576/2055920 swapFree=4179440/4192956
[pid=2835] ppid=2833 vsize=867264 CPUtime=50.58
/proc/2835/stat : 2835 (java) S 2833 2835 438 0 -1 0 49012 323 1 0 5033 24 0 1 18 0 9 0 1984529669 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2835/statm: 216816 32580 2634 9 0 211322 0
[pid=2835/tid=2837] ppid=2833 vsize=867264 CPUtime=50.05
/proc/2835/task/2837/stat : 2837 (java) R 2833 2835 438 0 -1 64 27456 323 1 0 4992 12 0 1 25 0 9 0 1984529671 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4126835664 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2838] ppid=2833 vsize=867264 CPUtime=0.23
/proc/2835/task/2838/stat : 2838 (java) S 2833 2835 438 0 -1 64 20129 323 0 0 14 8 0 1 16 0 9 0 1984529672 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2839] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2839/stat : 2839 (java) S 2833 2835 438 0 -1 64 17 323 0 0 0 0 0 1 17 0 9 0 1984529672 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2840] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2840/stat : 2840 (java) S 2833 2835 438 0 -1 64 8 323 0 0 0 0 0 1 16 0 9 0 1984529672 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2841] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2841/stat : 2841 (java) S 2833 2835 438 0 -1 64 0 323 0 0 0 0 0 1 18 0 9 0 1984529675 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2842] ppid=2833 vsize=867264 CPUtime=0.26
/proc/2835/task/2842/stat : 2842 (java) S 2833 2835 438 0 -1 64 584 323 0 0 25 0 0 1 15 0 9 0 1984529675 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2843] ppid=2833 vsize=867264 CPUtime=0.01

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

/proc/2835/stat : 2835 (java) S 2833 2835 438 0 -1 0 49054 323 1 0 7578 24 0 1 18 0 9 0 1984529669 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2835/statm: 216816 32580 2634 9 0 211322 0
[pid=2835/tid=2837] ppid=2833 vsize=867264 CPUtime=75.51
/proc/2835/task/2837/stat : 2837 (java) R 2833 2835 438 0 -1 64 27498 323 1 0 7538 12 0 1 25 0 9 0 1984529671 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4126961056 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2838] ppid=2833 vsize=867264 CPUtime=0.23
/proc/2835/task/2838/stat : 2838 (java) S 2833 2835 438 0 -1 64 20129 323 0 0 14 8 0 1 16 0 9 0 1984529672 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2839] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2839/stat : 2839 (java) S 2833 2835 438 0 -1 64 17 323 0 0 0 0 0 1 17 0 9 0 1984529672 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2840] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2840/stat : 2840 (java) S 2833 2835 438 0 -1 64 8 323 0 0 0 0 0 1 16 0 9 0 1984529672 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2841] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2841/stat : 2841 (java) S 2833 2835 438 0 -1 64 0 323 0 0 0 0 0 1 18 0 9 0 1984529675 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2842] ppid=2833 vsize=867264 CPUtime=0.26
/proc/2835/task/2842/stat : 2842 (java) S 2833 2835 438 0 -1 64 584 323 0 0 25 0 0 1 15 0 9 0 1984529675 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2843] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2843/stat : 2843 (java) S 2833 2835 438 0 -1 64 2 323 0 0 0 0 0 1 19 0 9 0 1984529675 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2844] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2844/stat : 2844 (java) S 2833 2835 438 0 -1 64 5 323 0 0 0 0 0 1 15 0 9 0 1984529675 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 76.03
Current children cumulated vsize (KiB) 867264

[startup+83.2012 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 2848
/proc/meminfo: memFree=1459144/2055920 swapFree=4179440/4192956
[pid=2835] ppid=2833 vsize=867264 CPUtime=82.38
/proc/2835/stat : 2835 (java) S 2833 2835 438 0 -1 0 49065 323 1 0 8213 24 0 1 18 0 9 0 1984529669 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2835/statm: 216816 32580 2634 9 0 211322 0
[pid=2835/tid=2837] ppid=2833 vsize=867264 CPUtime=81.85
/proc/2835/task/2837/stat : 2837 (java) R 2833 2835 438 0 -1 64 27509 323 1 0 8172 12 0 1 25 0 9 0 1984529671 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4126837571 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2838] ppid=2833 vsize=867264 CPUtime=0.23
/proc/2835/task/2838/stat : 2838 (java) S 2833 2835 438 0 -1 64 20129 323 0 0 14 8 0 1 16 0 9 0 1984529672 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2839] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2839/stat : 2839 (java) S 2833 2835 438 0 -1 64 17 323 0 0 0 0 0 1 17 0 9 0 1984529672 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2840] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2840/stat : 2840 (java) S 2833 2835 438 0 -1 64 8 323 0 0 0 0 0 1 16 0 9 0 1984529672 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2841] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2841/stat : 2841 (java) S 2833 2835 438 0 -1 64 0 323 0 0 0 0 0 1 18 0 9 0 1984529675 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2842] ppid=2833 vsize=867264 CPUtime=0.26
/proc/2835/task/2842/stat : 2842 (java) S 2833 2835 438 0 -1 64 584 323 0 0 25 0 0 1 15 0 9 0 1984529675 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2843] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2843/stat : 2843 (java) S 2833 2835 438 0 -1 64 2 323 0 0 0 0 0 1 19 0 9 0 1984529675 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2844] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2844/stat : 2844 (java) S 2833 2835 438 0 -1 64 5 323 0 0 0 0 0 1 15 0 9 0 1984529675 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 82.38
Current children cumulated vsize (KiB) 867264

[startup+84.8075 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 2848
/proc/meminfo: memFree=1458888/2055920 swapFree=4179440/4192956
[pid=2835] ppid=2833 vsize=867264 CPUtime=83.96
/proc/2835/stat : 2835 (java) S 2833 2835 438 0 -1 0 49069 323 1 0 8371 24 0 1 18 0 9 0 1984529669 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2835/statm: 216816 32580 2634 9 0 211322 0
[pid=2835/tid=2837] ppid=2833 vsize=867264 CPUtime=83.44
/proc/2835/task/2837/stat : 2837 (java) R 2833 2835 438 0 -1 64 27513 323 1 0 8331 12 0 1 25 0 9 0 1984529671 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4126809553 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2838] ppid=2833 vsize=867264 CPUtime=0.23
/proc/2835/task/2838/stat : 2838 (java) S 2833 2835 438 0 -1 64 20129 323 0 0 14 8 0 1 16 0 9 0 1984529672 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2839] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2839/stat : 2839 (java) S 2833 2835 438 0 -1 64 17 323 0 0 0 0 0 1 17 0 9 0 1984529672 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2840] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2840/stat : 2840 (java) S 2833 2835 438 0 -1 64 8 323 0 0 0 0 0 1 16 0 9 0 1984529672 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2841] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2841/stat : 2841 (java) S 2833 2835 438 0 -1 64 0 323 0 0 0 0 0 1 18 0 9 0 1984529675 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2842] ppid=2833 vsize=867264 CPUtime=0.26
/proc/2835/task/2842/stat : 2842 (java) S 2833 2835 438 0 -1 64 584 323 0 0 25 0 0 1 15 0 9 0 1984529675 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2843] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2843/stat : 2843 (java) S 2833 2835 438 0 -1 64 2 323 0 0 0 0 0 1 19 0 9 0 1984529675 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2844] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2844/stat : 2844 (java) S 2833 2835 438 0 -1 64 5 323 0 0 0 0 0 1 15 0 9 0 1984529675 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 83.96
Current children cumulated vsize (KiB) 867264

[startup+86.4028 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 2848
/proc/meminfo: memFree=1458760/2055920 swapFree=4179440/4192956
[pid=2835] ppid=2833 vsize=867264 CPUtime=85.55
/proc/2835/stat : 2835 (java) S 2833 2835 438 0 -1 0 49072 323 1 0 8530 24 0 1 18 0 9 0 1984529669 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2835/statm: 216816 32580 2634 9 0 211322 0
[pid=2835/tid=2837] ppid=2833 vsize=867264 CPUtime=85.02
/proc/2835/task/2837/stat : 2837 (java) R 2833 2835 438 0 -1 64 27516 323 1 0 8489 12 0 1 25 0 9 0 1984529671 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4126809141 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2838] ppid=2833 vsize=867264 CPUtime=0.23
/proc/2835/task/2838/stat : 2838 (java) S 2833 2835 438 0 -1 64 20129 323 0 0 14 8 0 1 16 0 9 0 1984529672 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2839] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2839/stat : 2839 (java) S 2833 2835 438 0 -1 64 17 323 0 0 0 0 0 1 17 0 9 0 1984529672 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2840] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2840/stat : 2840 (java) S 2833 2835 438 0 -1 64 8 323 0 0 0 0 0 1 16 0 9 0 1984529672 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2841] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2841/stat : 2841 (java) S 2833 2835 438 0 -1 64 0 323 0 0 0 0 0 1 18 0 9 0 1984529675 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2842] ppid=2833 vsize=867264 CPUtime=0.26
/proc/2835/task/2842/stat : 2842 (java) S 2833 2835 438 0 -1 64 584 323 0 0 25 0 0 1 15 0 9 0 1984529675 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2843] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2843/stat : 2843 (java) S 2833 2835 438 0 -1 64 2 323 0 0 0 0 0 1 19 0 9 0 1984529675 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2844] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2844/stat : 2844 (java) S 2833 2835 438 0 -1 64 5 323 0 0 0 0 0 1 15 0 9 0 1984529675 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 85.55
Current children cumulated vsize (KiB) 867264

[startup+87.2029 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 2848
/proc/meminfo: memFree=1458696/2055920 swapFree=4179440/4192956
[pid=2835] ppid=2833 vsize=867264 CPUtime=86.34
/proc/2835/stat : 2835 (java) S 2833 2835 438 0 -1 0 49072 323 1 0 8609 24 0 1 18 0 9 0 1984529669 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2835/statm: 216816 32580 2634 9 0 211322 0
[pid=2835/tid=2837] ppid=2833 vsize=867264 CPUtime=85.81
/proc/2835/task/2837/stat : 2837 (java) R 2833 2835 438 0 -1 64 27516 323 1 0 8568 12 0 1 25 0 9 0 1984529671 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4126809141 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2838] ppid=2833 vsize=867264 CPUtime=0.23
/proc/2835/task/2838/stat : 2838 (java) S 2833 2835 438 0 -1 64 20129 323 0 0 14 8 0 1 16 0 9 0 1984529672 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2839] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2839/stat : 2839 (java) S 2833 2835 438 0 -1 64 17 323 0 0 0 0 0 1 17 0 9 0 1984529672 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2840] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2840/stat : 2840 (java) S 2833 2835 438 0 -1 64 8 323 0 0 0 0 0 1 16 0 9 0 1984529672 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2841] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2841/stat : 2841 (java) S 2833 2835 438 0 -1 64 0 323 0 0 0 0 0 1 18 0 9 0 1984529675 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2842] ppid=2833 vsize=867264 CPUtime=0.26
/proc/2835/task/2842/stat : 2842 (java) S 2833 2835 438 0 -1 64 584 323 0 0 25 0 0 1 15 0 9 0 1984529675 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2843] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2843/stat : 2843 (java) S 2833 2835 438 0 -1 64 2 323 0 0 0 0 0 1 19 0 9 0 1984529675 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2844] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2844/stat : 2844 (java) S 2833 2835 438 0 -1 64 5 323 0 0 0 0 0 1 15 0 9 0 1984529675 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 86.34
Current children cumulated vsize (KiB) 867264

[startup+87.403 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 2848
/proc/meminfo: memFree=1458696/2055920 swapFree=4179440/4192956
[pid=2835] ppid=2833 vsize=867264 CPUtime=86.54
/proc/2835/stat : 2835 (java) S 2833 2835 438 0 -1 0 49072 323 1 0 8629 24 0 1 18 0 9 0 1984529669 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2835/statm: 216816 32580 2634 9 0 211322 0
[pid=2835/tid=2837] ppid=2833 vsize=867264 CPUtime=86.01
/proc/2835/task/2837/stat : 2837 (java) R 2833 2835 438 0 -1 64 27516 323 1 0 8588 12 0 1 25 0 9 0 1984529671 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4126809348 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2838] ppid=2833 vsize=867264 CPUtime=0.23
/proc/2835/task/2838/stat : 2838 (java) S 2833 2835 438 0 -1 64 20129 323 0 0 14 8 0 1 16 0 9 0 1984529672 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2839] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2839/stat : 2839 (java) S 2833 2835 438 0 -1 64 17 323 0 0 0 0 0 1 17 0 9 0 1984529672 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2840] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2840/stat : 2840 (java) S 2833 2835 438 0 -1 64 8 323 0 0 0 0 0 1 16 0 9 0 1984529672 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2841] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2841/stat : 2841 (java) S 2833 2835 438 0 -1 64 0 323 0 0 0 0 0 1 18 0 9 0 1984529675 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2842] ppid=2833 vsize=867264 CPUtime=0.26
/proc/2835/task/2842/stat : 2842 (java) S 2833 2835 438 0 -1 64 584 323 0 0 25 0 0 1 15 0 9 0 1984529675 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2843] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2843/stat : 2843 (java) S 2833 2835 438 0 -1 64 2 323 0 0 0 0 0 1 19 0 9 0 1984529675 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2844] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2844/stat : 2844 (java) S 2833 2835 438 0 -1 64 5 323 0 0 0 0 0 1 15 0 9 0 1984529675 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 86.54
Current children cumulated vsize (KiB) 867264

[startup+87.503 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 2848
/proc/meminfo: memFree=1458696/2055920 swapFree=4179440/4192956
[pid=2835] ppid=2833 vsize=867264 CPUtime=86.64
/proc/2835/stat : 2835 (java) S 2833 2835 438 0 -1 0 49072 323 1 0 8639 24 0 1 18 0 9 0 1984529669 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2835/statm: 216816 32580 2634 9 0 211322 0
[pid=2835/tid=2837] ppid=2833 vsize=867264 CPUtime=86.11
/proc/2835/task/2837/stat : 2837 (java) R 2833 2835 438 0 -1 64 27516 323 1 0 8598 12 0 1 25 0 9 0 1984529671 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4126809141 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2838] ppid=2833 vsize=867264 CPUtime=0.23
/proc/2835/task/2838/stat : 2838 (java) S 2833 2835 438 0 -1 64 20129 323 0 0 14 8 0 1 16 0 9 0 1984529672 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2839] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2839/stat : 2839 (java) S 2833 2835 438 0 -1 64 17 323 0 0 0 0 0 1 17 0 9 0 1984529672 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2840] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2840/stat : 2840 (java) S 2833 2835 438 0 -1 64 8 323 0 0 0 0 0 1 16 0 9 0 1984529672 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2841] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2841/stat : 2841 (java) S 2833 2835 438 0 -1 64 0 323 0 0 0 0 0 1 18 0 9 0 1984529675 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2842] ppid=2833 vsize=867264 CPUtime=0.26
/proc/2835/task/2842/stat : 2842 (java) S 2833 2835 438 0 -1 64 584 323 0 0 25 0 0 1 15 0 9 0 1984529675 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2843] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2843/stat : 2843 (java) S 2833 2835 438 0 -1 64 2 323 0 0 0 0 0 1 19 0 9 0 1984529675 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2835/tid=2844] ppid=2833 vsize=867264 CPUtime=0.01
/proc/2835/task/2844/stat : 2844 (java) S 2833 2835 438 0 -1 64 5 323 0 0 0 0 0 1 15 0 9 0 1984529675 888078336 32580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 86.64
Current children cumulated vsize (KiB) 867264

Child status: 0
Real time (s): 87.5542
CPU time (s): 86.6988
CPU user time (s): 86.4129
CPU system time (s): 0.285956
CPU usage (%): 99.023
Max. virtual memory (cumulated for all children) (KiB): 867264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 86.4129
system time used= 0.285956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49511
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= 2999
involuntary context switches= 4829

runsolver used 0.089986 second user time and 0.320951 second system time

The end

Launcher Data (download as text)

Begin job on node56 at 2008-07-03 05:26:21
IDJOB=1052042
IDBENCH=55962
IDSOLVER=363
FILE ID=node56/1052042-1215055581
PBS_JOBID= 7875063
Free space on /tmp= 103200 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/bddSmall/normalized-bdd-21-133-18-78-13_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-1052042-1215055581/watcher-1052042-1215055581 -o /tmp/evaluation-result-1052042-1215055581/solver-1052042-1215055581 -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-1052042-1215055581.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0f3490aea838fd1e586170a769e38567
RANDOM SEED=747039071

node56.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.265
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.265
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:       1585968 kB
Buffers:         48628 kB
Cached:         227480 kB
SwapCached:       7316 kB
Active:         279988 kB
Inactive:       119628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1585968 kB
SwapTotal:     4192956 kB
SwapFree:      4179440 kB
Dirty:            4124 kB
Writeback:           0 kB
Mapped:         129732 kB
Slab:            55296 kB
Committed_AS:  3960560 kB
PageTables:       2152 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= 103200 MiB
End job on node56 at 2008-07-03 05:27:49