Trace number 215003

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, and are wall clock time (not CPU 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 109 AC? (TO) 1800.15 1810.12

General information on the benchmark

NamepseudoSeries/
ii/ii-32e4.xml
MD5SUM62326bda5fce9791d84bbf4979fc576b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.68
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables774
Number of constraints7493
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7493
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/215003-1168077790/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.50	     nbVariables=774  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.50	       =>  wckTime=0.178  cpuTime=0.12  mem=7M894
0.50	   
0.50	   predicates being loaded...
0.51	   
0.51	   constraints being loaded...
1.85	     nbConstraints=7493  nbConvertedConstraints=6723  nbConvertConstraintsChecks=16  nbExtensionStructures=2
1.85	     nbSharedExtensionStructures=6721  nbConflictsStructures=3  nbSharedConflictsStructures=6785
1.85	     nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=5  nbEvaluationManagers=2
1.85	     nbSharedEvaluationManagers=768  maxDegree=149  maxArity=32
1.85	       =>  wckTime=1.521  cpuTime=1.29  mem=23M641
1.94	   
1.94	   solver IterativeSystematicSolver being built... 
2.32	       =>  wckTime=1.995  cpuTime=1.57  mem=29M321
2.36	   
2.36	   preprocessing
2.36	     nbConstraintChecks=0  nbPropagations=774  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.36	     detectedInconsistency=no
2.36	       =>  wckTime=0.037  cpuTime=0.03  mem=32M326
3.01	   
3.01	   search
3.01	     run=0  nbConstraintChecks=106405  nbValidityChecks=281598  nbPropagations=2961  nbRevisions=191606
3.01	     nbUselessRevisions=189400  nbAssignments=151  nbFailedAssignments=3  nbBacktracks=10  nbVisitedNodes=162
3.01	     nbRestartNogoods=0  mapSize=9  nbInferences=0  nbTooLargeKeys=0
3.01	       =>  wckTime=0.684  cpuTime=0.63  mem=32M326
3.67	   
3.67	   search
3.67	     run=1  nbConstraintChecks=288876  nbValidityChecks=604610  nbPropagations=10229  nbRevisions=635733
3.67	     nbUselessRevisions=626705  nbAssignments=298  nbFailedAssignments=5  nbBacktracks=31  nbVisitedNodes=330
3.67	     nbRestartNogoods=1  mapSize=29  nbInferences=0  nbTooLargeKeys=0
3.67	       =>  wckTime=1.349  cpuTime=1.28  mem=32M326
4.58	   
4.58	   search
4.58	     run=2  nbConstraintChecks=579992  nbValidityChecks=980494  nbPropagations=24311  nbRevisions=1413150
4.58	     nbUselessRevisions=1389934  nbAssignments=456  nbFailedAssignments=7  nbBacktracks=65  nbVisitedNodes=522
4.58	     nbRestartNogoods=2  mapSize=62  nbInferences=0  nbTooLargeKeys=0
4.58	       =>  wckTime=2.251  cpuTime=2.17  mem=32M326
5.53	   
5.53	   search
5.53	     run=3  nbConstraintChecks=903629  nbValidityChecks=1370472  nbPropagations=46399  nbRevisions=2551077
5.53	     nbUselessRevisions=2505177  nbAssignments=623  nbFailedAssignments=16  nbBacktracks=98  nbVisitedNodes=723
5.53	     nbRestartNogoods=3  mapSize=94  nbInferences=0  nbTooLargeKeys=0
5.53	       =>  wckTime=3.202  cpuTime=3.12  mem=32M326
7.17	   
7.17	   search
7.17	     run=4  nbConstraintChecks=1425380  nbValidityChecks=1898022  nbPropagations=79998  nbRevisions=4197260
7.17	     nbUselessRevisions=4115824  nbAssignments=790  nbFailedAssignments=29  nbBacktracks=151  nbVisitedNodes=944
7.17	     nbRestartNogoods=5  mapSize=146  nbInferences=0  nbTooLargeKeys=0
7.17	       =>  wckTime=4.841  cpuTime=4.73  mem=32M326
9.50	   
9.50	   search
9.50	     run=5  nbConstraintChecks=2177269  nbValidityChecks=2619419  nbPropagations=129945  nbRevisions=6549087
9.50	     nbUselessRevisions=6413858  nbAssignments=994  nbFailedAssignments=51  nbBacktracks=227  nbVisitedNodes=1223
9.50	     nbRestartNogoods=7  mapSize=218  nbInferences=0  nbTooLargeKeys=0
9.50	       =>  wckTime=7.171  cpuTime=7.04  mem=33M328
12.94	   
12.94	   search
12.94	     run=6  nbConstraintChecks=3273112  nbValidityChecks=3636060  nbPropagations=202566  nbRevisions=9904815
12.94	     nbUselessRevisions=9689941  nbAssignments=1234  nbFailedAssignments=74  nbBacktracks=344  nbVisitedNodes=1576
12.94	     nbRestartNogoods=10  mapSize=329  nbInferences=0  nbTooLargeKeys=0
12.94	       =>  wckTime=10.617  cpuTime=10.44  mem=33M328
17.36	   
17.36	   search
17.37	     run=7  nbConstraintChecks=4667037  nbValidityChecks=5101969  nbPropagations=305100  nbRevisions=14631417
17.37	     nbUselessRevisions=14302633  nbAssignments=1538  nbFailedAssignments=114  nbBacktracks=515  nbVisitedNodes=2019
17.37	     nbRestartNogoods=12  mapSize=466  nbInferences=0  nbTooLargeKeys=0
17.37	       =>  wckTime=15.04  cpuTime=14.81  mem=33M328
24.89	   
24.89	   search
24.89	     run=8  nbConstraintChecks=6941512  nbValidityChecks=7595215  nbPropagations=455518  nbRevisions=21630227
24.89	     nbUselessRevisions=21132523  nbAssignments=1915  nbFailedAssignments=150  nbBacktracks=777  nbVisitedNodes=2622
24.89	     nbRestartNogoods=14  mapSize=691  nbInferences=0  nbTooLargeKeys=0
24.89	       =>  wckTime=22.568  cpuTime=22.27  mem=33M328
35.37	   
35.37	   INFO : Stopping hyperNogood (mapSize=1005, nbTooLargekeys=0, mem=33M328)
36.07	   
36.07	   search
36.07	     run=9  nbConstraintChecks=10406206  nbValidityChecks=11289323  nbPropagations=679374  nbRevisions=32057436
36.07	     nbUselessRevisions=31306194  nbAssignments=2472  nbFailedAssignments=214  nbBacktracks=1182  nbVisitedNodes=3528
36.07	     nbRestartNogoods=15
36.07	       =>  wckTime=33.745  cpuTime=33.34  mem=33M328
52.73	   
52.73	   search
52.73	     run=10  nbConstraintChecks=15608459  nbValidityChecks=16151003  nbPropagations=1008155  nbRevisions=47233821
52.73	     nbUselessRevisions=46108164  nbAssignments=3223  nbFailedAssignments=293  nbBacktracks=1774  nbVisitedNodes=4832
52.73	     nbRestartNogoods=17
52.73	       =>  wckTime=50.409  cpuTime=49.85  mem=33M328
76.85	   
76.85	   search
76.85	     run=11  nbConstraintChecks=23358693  nbValidityChecks=22951864  nbPropagations=1500480  nbRevisions=69381766
76.85	     nbUselessRevisions=67695483  nbAssignments=4332  nbFailedAssignments=439  nbBacktracks=2648  nbVisitedNodes=6765
76.85	     nbRestartNogoods=18
76.85	       =>  wckTime=74.527  cpuTime=73.74  mem=33M328
113.26	   
113.26	   search
113.26	     run=12  nbConstraintChecks=35142006  nbValidityChecks=32433176  nbPropagations=2244277  nbRevisions=101726950
113.26	     nbUselessRevisions=99197697  nbAssignments=5931  nbFailedAssignments=642  nbBacktracks=3951  nbVisitedNodes=9623
113.26	     nbRestartNogoods=20
113.26	       =>  wckTime=110.938  cpuTime=109.81  mem=33M328
159.98	   
159.98	   search
159.98	     run=13  nbConstraintChecks=51551847  nbValidityChecks=45118507  nbPropagations=3349991  nbRevisions=148295502
159.98	     nbUselessRevisions=144519203  nbAssignments=8282  nbFailedAssignments=950  nbBacktracks=5897  nbVisitedNodes=13823
159.98	     nbRestartNogoods=22
159.98	       =>  wckTime=157.653  cpuTime=156.1  mem=33M328
225.96	   
225.96	   search
225.96	     run=14  nbConstraintChecks=75487906  nbValidityChecks=63652134  nbPropagations=4986230  nbRevisions=215753096
225.96	     nbUselessRevisions=210135873  nbAssignments=11704  nbFailedAssignments=1350  nbBacktracks=8830
225.96	     nbVisitedNodes=19967  nbRestartNogoods=26
225.96	       =>  wckTime=223.637  cpuTime=221.48  mem=33M328
330.33	   
330.33	   search
330.33	     run=15  nbConstraintChecks=110922554  nbValidityChecks=91483681  nbPropagations=7379880  nbRevisions=313798760
330.33	     nbUselessRevisions=305480854  nbAssignments=16766  nbFailedAssignments=1942  nbBacktracks=13211
330.33	     nbVisitedNodes=28968  nbRestartNogoods=28
330.33	       =>  wckTime=328.009  cpuTime=324.9  mem=33M328
437.16	   
437.16	   search
437.16	     run=16  nbConstraintChecks=153848596  nbValidityChecks=116728041  nbPropagations=10770112  nbRevisions=445790139
437.16	     nbUselessRevisions=433655137  nbAssignments=24529  nbFailedAssignments=3055  nbBacktracks=19788
437.16	     nbVisitedNodes=41702  nbRestartNogoods=32
437.16	       =>  wckTime=434.834  cpuTime=430.75  mem=33M328
608.41	   
608.41	   search
608.41	     run=17  nbConstraintChecks=216221304  nbValidityChecks=165912815  nbPropagations=15595643  nbRevisions=633126755
608.41	     nbUselessRevisions=615530127  nbAssignments=36085  nbFailedAssignments=4659  nbBacktracks=29645
608.41	     nbVisitedNodes=60365  nbRestartNogoods=35
608.41	       =>  wckTime=606.089  cpuTime=600.43  mem=33M328
991.49	   
991.49	   search
991.49	     run=18  nbConstraintChecks=332691145  nbValidityChecks=302261174  nbPropagations=22927871  nbRevisions=943446381
991.49	     nbUselessRevisions=917478586  nbAssignments=53014  nbFailedAssignments=6715  nbBacktracks=44425
991.49	     nbVisitedNodes=90071  nbRestartNogoods=39
991.49	       =>  wckTime=989.168  cpuTime=980.01  mem=33M328
1541.56	   
1541.56	   search
1541.56	     run=19  nbConstraintChecks=502511866  nbValidityChecks=513643535  nbPropagations=33862051  nbRevisions=1438142122
1541.56	     nbUselessRevisions=1399623152  nbAssignments=78932  nbFailedAssignments=10371  nbBacktracks=66598
1541.56	     nbVisitedNodes=134286  nbRestartNogoods=46
1541.56	       =>  wckTime=1539.233  cpuTime=1529.46  mem=33M328

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node13/watcher-215003-1168077790 -o ROOT/results/node13/solver-215003-1168077790 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/215003-1168077790/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.57 1.88 1.96 4/93 5516
/proc/meminfo: memFree=1084896/2055920 swapFree=4192812/4192956
[pid=5515] ppid=5513 vsize=907676 CPUtime=0.03
/proc/5515/stat : 5515 (java) S 5513 5515 5392 0 -1 0 2171 0 1 0 2 1 0 0 19 0 4 0 156174159 929460224 1920 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/5515/statm: 226919 1920 1089 14 0 214502 0
[pid=5515/tid=5517] ppid=5513 vsize=907676 CPUtime=0
/proc/5515/task/5517/stat : 5517 (java) S 5513 5515 5392 0 -1 64 6 0 0 0 0 0 0 0 19 0 4 0 156174162 929460224 1920 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 7368 0 0 0 -1 1 0 0
[pid=5515/tid=5518] ppid=5513 vsize=907676 CPUtime=0
/proc/5515/task/5518/stat : 5518 (java) S 5513 5515 5392 0 -1 64 10 0 0 0 0 0 0 0 19 0 4 0 156174163 929460224 1920 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 7368 0 0 0 -1 1 0 0
[pid=5515/tid=5519] ppid=5513 vsize=907676 CPUtime=0
/proc/5515/task/5519/stat : 5519 (java) R 5513 5515 5392 0 -1 64 0 0 0 0 0 0 0 0 20 0 4 0 156174163 929460224 1920 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 12726232 0 4 0 7368 0 0 0 -1 1 0 0

[startup+0.102638 s]
/proc/loadavg: 1.57 1.88 1.96 4/93 5516
/proc/meminfo: memFree=1084896/2055920 swapFree=4192812/4192956
[pid=5515] ppid=5513 vsize=914988 CPUtime=0.09
/proc/5515/stat : 5515 (java) R 5513 5515 5392 0 -1 0 2991 0 1 0 7 2 0 0 17 0 8 0 156174159 936947712 2737 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153985233 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5515/statm: 228747 2737 1426 14 0 215242 0
[pid=5515/tid=5517] ppid=5513 vsize=914988 CPUtime=0
/proc/5515/task/5517/stat : 5517 (java) S 5513 5515 5392 0 -1 64 6 0 0 0 0 0 0 0 19 0 8 0 156174162 936947712 2737 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5518] ppid=5513 vsize=914988 CPUtime=0
/proc/5515/task/5518/stat : 5518 (java) S 5513 5515 5392 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 156174163 936947712 2737 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5519] ppid=5513 vsize=914988 CPUtime=0
/proc/5515/task/5519/stat : 5519 (java) S 5513 5515 5392 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 156174163 936947712 2737 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.510692 s]
/proc/loadavg: 1.57 1.88 1.96 4/93 5516
/proc/meminfo: memFree=1084896/2055920 swapFree=4192812/4192956
[pid=5515] ppid=5513 vsize=915328 CPUtime=0.48
/proc/5515/stat : 5515 (java) R 5513 5515 5392 0 -1 0 6341 0 1 0 44 4 0 0 18 0 8 0 156174159 937295872 6080 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072935153 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5515/statm: 228832 6080 2139 14 0 215302 0
[pid=5515/tid=5517] ppid=5513 vsize=915328 CPUtime=0
/proc/5515/task/5517/stat : 5517 (java) S 5513 5515 5392 0 -1 64 6 0 0 0 0 0 0 0 19 0 8 0 156174162 937295872 6080 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5518] ppid=5513 vsize=915328 CPUtime=0
/proc/5515/task/5518/stat : 5518 (java) S 5513 5515 5392 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 156174163 937295872 6080 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5519] ppid=5513 vsize=915328 CPUtime=0
/proc/5515/task/5519/stat : 5519 (java) S 5513 5515 5392 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 156174163 937295872 6080 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33385 s]
/proc/loadavg: 1.57 1.88 1.96 3/100 5523
/proc/meminfo: memFree=1023016/2055920 swapFree=4192812/4192956
[pid=5515] ppid=5513 vsize=915640 CPUtime=1.3
/proc/5515/stat : 5515 (java) R 5513 5515 5392 0 -1 0 17803 0 1 0 110 20 0 0 21 0 8 0 156174159 937615360 17540 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073842143 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5515/statm: 228910 17540 2178 14 0 215380 0
[pid=5515/tid=5517] ppid=5513 vsize=915640 CPUtime=0.04
/proc/5515/task/5517/stat : 5517 (java) S 5513 5515 5392 0 -1 64 1193 0 0 0 4 0 0 0 16 0 8 0 156174162 937615360 17540 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5518] ppid=5513 vsize=915640 CPUtime=0
/proc/5515/task/5518/stat : 5518 (java) S 5513 5515 5392 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156174163 937615360 17540 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5519] ppid=5513 vsize=915640 CPUtime=0
/proc/5515/task/5519/stat : 5519 (java) S 5513 5515 5392 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156174163 937615360 17540 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5520] ppid=5513 vsize=915640 CPUtime=0
/proc/5515/task/5520/stat : 5520 (java) S 5513 5515 5392 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156174166 937615360 17540 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5521] ppid=5513 vsize=915640 CPUtime=0.21
/proc/5515/task/5521/stat : 5521 (java) S 5513 5515 5392 0 -1 64 421 0 0 0 20 1 0 0 16 0 8 0 156174166 937615360 17540 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5522] ppid=5513 vsize=915640 CPUtime=0
/proc/5515/task/5522/stat : 5522 (java) S 5513 5515 5392 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156174166 937615360 17540 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5523] ppid=5513 vsize=915640 CPUtime=0
/proc/5515/task/5523/stat : 5523 (java) S 5513 5515 5392 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156174166 937615360 17540 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915640

[startup+2.98703 s]
/proc/loadavg: 1.57 1.88 1.96 4/100 5523
/proc/meminfo: memFree=1007976/2055920 swapFree=4192812/4192956
[pid=5515] ppid=5513 vsize=915740 CPUtime=2.94
/proc/5515/stat : 5515 (java) R 5513 5515 5392 0 -1 0 21953 0 1 0 251 43 0 0 25 0 8 0 156174159 937717760 21688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074052602 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5515/statm: 228935 21688 2534 14 0 215405 0
[pid=5515/tid=5517] ppid=5513 vsize=915740 CPUtime=0.16
/proc/5515/task/5517/stat : 5517 (java) S 5513 5515 5392 0 -1 64 4848 0 0 0 15 1 0 0 16 0 8 0 156174162 937717760 21688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5518] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5518/stat : 5518 (java) S 5513 5515 5392 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156174163 937717760 21688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5519] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5519/stat : 5519 (java) S 5513 5515 5392 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156174163 937717760 21688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5520] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5520/stat : 5520 (java) S 5513 5515 5392 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156174166 937717760 21688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5521] ppid=5513 vsize=915740 CPUtime=0.34
/proc/5515/task/5521/stat : 5521 (java) S 5513 5515 5392 0 -1 64 488 0 0 0 32 2 0 0 15 0 8 0 156174166 937717760 21688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5522] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5522/stat : 5522 (java) S 5513 5515 5392 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156174166 937717760 21688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5523] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5523/stat : 5523 (java) S 5513 5515 5392 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156174166 937717760 21688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915740

[startup+6.28446 s]
/proc/loadavg: 1.61 1.88 1.96 3/100 5523
/proc/meminfo: memFree=1007784/2055920 swapFree=4192812/4192956
[pid=5515] ppid=5513 vsize=915740 CPUtime=6.2
/proc/5515/stat : 5515 (java) R 5513 5515 5392 0 -1 0 21963 0 1 0 577 43 0 0 25 0 8 0 156174159 937717760 21696 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074052641 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5515/statm: 228935 21696 2537 14 0 215405 0
[pid=5515/tid=5517] ppid=5513 vsize=915740 CPUtime=0.16
/proc/5515/task/5517/stat : 5517 (java) S 5513 5515 5392 0 -1 64 4849 0 0 0 15 1 0 0 16 0 8 0 156174162 937717760 21696 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5518] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5518/stat : 5518 (java) S 5513 5515 5392 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156174163 937717760 21696 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5519] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5519/stat : 5519 (java) S 5513 5515 5392 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156174163 937717760 21696 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5520] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5520/stat : 5520 (java) S 5513 5515 5392 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156174166 937717760 21696 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5521] ppid=5513 vsize=915740 CPUtime=0.34
/proc/5515/task/5521/stat : 5521 (java) S 5513 5515 5392 0 -1 64 493 0 0 0 32 2 0 0 15 0 8 0 156174166 937717760 21696 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5522] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5522/stat : 5522 (java) S 5513 5515 5392 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156174166 937717760 21696 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5523] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5523/stat : 5523 (java) S 5513 5515 5392 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156174166 937717760 21696 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915740

[startup+12.7753 s]
/proc/loadavg: 1.64 1.88 1.96 3/100 5523
/proc/meminfo: memFree=1007784/2055920 swapFree=4192812/4192956
[pid=5515] ppid=5513 vsize=915740 CPUtime=12.64
/proc/5515/stat : 5515 (java) R 5513 5515 5392 0 -1 0 21968 0 1 0 1220 44 0 0 25 0 8 0 156174159 937717760 21700 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073480147 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5515/statm: 228935 21700 2537 14 0 215405 0
[pid=5515/tid=5517] ppid=5513 vsize=915740 CPUtime=0.16
/proc/5515/task/5517/stat : 5517 (java) S 5513 5515 5392 0 -1 64 4849 0 0 0 15 1 0 0 17 0 8 0 156174162 937717760 21700 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5518] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5518/stat : 5518 (java) S 5513 5515 5392 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156174163 937717760 21700 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5519] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5519/stat : 5519 (java) S 5513 5515 5392 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156174163 937717760 21700 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5520] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5520/stat : 5520 (java) S 5513 5515 5392 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156174166 937717760 21700 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5521] ppid=5513 vsize=915740 CPUtime=0.35
/proc/5515/task/5521/stat : 5521 (java) S 5513 5515 5392 0 -1 64 497 0 0 0 33 2 0 0 16 0 8 0 156174166 937717760 21700 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5522] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5522/stat : 5522 (java) S 5513 5515 5392 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156174166 937717760 21700 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5523] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5523/stat : 5523 (java) S 5513 5515 5392 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156174166 937717760 21700 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 915740

[startup+25.626 s]
/proc/loadavg: 1.72 1.89 1.96 3/100 5523
/proc/meminfo: memFree=1007912/2055920 swapFree=4192812/4192956
[pid=5515] ppid=5513 vsize=915740 CPUtime=25.37
/proc/5515/stat : 5515 (java) R 5513 5515 5392 0 -1 0 21978 0 1 0 2493 44 0 0 25 0 8 0 156174159 937717760 21706 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074052602 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5515/statm: 228935 21706 2537 14 0 215405 0
[pid=5515/tid=5517] ppid=5513 vsize=915740 CPUtime=0.16
/proc/5515/task/5517/stat : 5517 (java) S 5513 5515 5392 0 -1 64 4849 0 0 0 15 1 0 0 16 0 8 0 156174162 937717760 21706 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5518] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5518/stat : 5518 (java) S 5513 5515 5392 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156174163 937717760 21706 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5519] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5519/stat : 5519 (java) S 5513 5515 5392 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156174163 937717760 21706 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5520] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5520/stat : 5520 (java) S 5513 5515 5392 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156174166 937717760 21706 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5521] ppid=5513 vsize=915740 CPUtime=0.37
/proc/5515/task/5521/stat : 5521 (java) S 5513 5515 5392 0 -1 64 505 0 0 0 35 2 0 0 15 0 8 0 156174166 937717760 21706 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5522] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5522/stat : 5522 (java) S 5513 5515 5392 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156174166 937717760 21706 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5523] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5523/stat : 5523 (java) S 5513 5515 5392 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156174166 937717760 21706 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 915740

[startup+51.2605 s]
/proc/loadavg: 1.81 1.89 1.96 3/100 5523
/proc/meminfo: memFree=1007976/2055920 swapFree=4192812/4192956
[pid=5515] ppid=5513 vsize=915740 CPUtime=50.76
/proc/5515/stat : 5515 (java) R 5513 5515 5392 0 -1 0 21986 0 1 0 5032 44 0 0 25 0 8 0 156174159 937717760 21712 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074052605 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5515/statm: 228935 21712 2537 14 0 215405 0
[pid=5515/tid=5517] ppid=5513 vsize=915740 CPUtime=0.16
/proc/5515/task/5517/stat : 5517 (java) S 5513 5515 5392 0 -1 64 4849 0 0 0 15 1 0 0 16 0 8 0 156174162 937717760 21712 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5518] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5518/stat : 5518 (java) S 5513 5515 5392 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156174163 937717760 21712 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5519] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5519/stat : 5519 (java) S 5513 5515 5392 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156174163 937717760 21712 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5520] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5520/stat : 5520 (java) S 5513 5515 5392 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156174166 937717760 21712 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5521] ppid=5513 vsize=915740 CPUtime=0.38
/proc/5515/task/5521/stat : 5521 (java) S 5513 5515 5392 0 -1 64 513 0 0 0 36 2 0 0 16 0 8 0 156174166 937717760 21712 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5522] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5522/stat : 5522 (java) S 5513 5515 5392 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156174166 937717760 21712 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5523] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5523/stat : 5523 (java) S 5513 5515 5392 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156174166 937717760 21712 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 915740

[startup+102.525 s]
/proc/loadavg: 1.92 1.91 1.96 3/100 5523
/proc/meminfo: memFree=1007976/2055920 swapFree=4192812/4192956
[pid=5515] ppid=5513 vsize=915740 CPUtime=101.56
/proc/5515/stat : 5515 (java) R 5513 5515 5392 0 -1 0 21988 0 1 0 10111 45 0 0 25 0 8 0 156174159 937717760 21712 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074054666 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5515/statm: 228935 21712 2537 14 0 215405 0
[pid=5515/tid=5517] ppid=5513 vsize=915740 CPUtime=0.16
/proc/5515/task/5517/stat : 5517 (java) S 5513 5515 5392 0 -1 64 4849 0 0 0 15 1 0 0 16 0 8 0 156174162 937717760 21712 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5518] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5518/stat : 5518 (java) S 5513 5515 5392 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156174163 937717760 21712 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

Current children cumulated CPU time (s) 1413.81
Current children cumulated vsize (KiB) 915740

[startup+1483.45 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 5583
/proc/meminfo: memFree=436712/2055920 swapFree=4192812/4192956
[pid=5515] ppid=5513 vsize=915740 CPUtime=1473.84
/proc/5515/stat : 5515 (java) R 5513 5515 5392 0 -1 0 21991 0 1 0 147329 55 0 0 25 0 8 0 156174159 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074065889 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5515/statm: 228935 21714 2537 14 0 215405 0
[pid=5515/tid=5517] ppid=5513 vsize=915740 CPUtime=0.16
/proc/5515/task/5517/stat : 5517 (java) S 5513 5515 5392 0 -1 64 4849 0 0 0 15 1 0 0 16 0 8 0 156174162 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5518] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5518/stat : 5518 (java) S 5513 5515 5392 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156174163 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5519] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5519/stat : 5519 (java) S 5513 5515 5392 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156174163 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5520] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5520/stat : 5520 (java) S 5513 5515 5392 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156174166 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5521] ppid=5513 vsize=915740 CPUtime=0.39
/proc/5515/task/5521/stat : 5521 (java) S 5513 5515 5392 0 -1 64 516 0 0 0 37 2 0 0 16 0 8 0 156174166 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5522] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5522/stat : 5522 (java) S 5513 5515 5392 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156174166 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5523] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5523/stat : 5523 (java) S 5513 5515 5392 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156174166 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1473.84
Current children cumulated vsize (KiB) 915740

[startup+1543.52 s]
/proc/loadavg: 2.07 2.02 2.00 3/100 5583
/proc/meminfo: memFree=436776/2055920 swapFree=4192812/4192956
[pid=5515] ppid=5513 vsize=915740 CPUtime=1533.82
/proc/5515/stat : 5515 (java) R 5513 5515 5392 0 -1 0 21991 0 1 0 153327 55 0 0 25 0 8 0 156174159 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074050315 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5515/statm: 228935 21714 2537 14 0 215405 0
[pid=5515/tid=5517] ppid=5513 vsize=915740 CPUtime=0.16
/proc/5515/task/5517/stat : 5517 (java) S 5513 5515 5392 0 -1 64 4849 0 0 0 15 1 0 0 16 0 8 0 156174162 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5518] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5518/stat : 5518 (java) S 5513 5515 5392 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156174163 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5519] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5519/stat : 5519 (java) S 5513 5515 5392 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156174163 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5520] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5520/stat : 5520 (java) S 5513 5515 5392 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156174166 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5521] ppid=5513 vsize=915740 CPUtime=0.39
/proc/5515/task/5521/stat : 5521 (java) S 5513 5515 5392 0 -1 64 516 0 0 0 37 2 0 0 16 0 8 0 156174166 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5522] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5522/stat : 5522 (java) S 5513 5515 5392 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156174166 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5523] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5523/stat : 5523 (java) S 5513 5515 5392 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156174166 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1533.82
Current children cumulated vsize (KiB) 915740

[startup+1603.59 s]
/proc/loadavg: 2.06 2.03 2.00 3/100 5583
/proc/meminfo: memFree=436776/2055920 swapFree=4192812/4192956
[pid=5515] ppid=5513 vsize=915740 CPUtime=1593.83
/proc/5515/stat : 5515 (java) R 5513 5515 5392 0 -1 0 21991 0 1 0 159328 55 0 0 25 0 8 0 156174159 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074050292 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5515/statm: 228935 21714 2537 14 0 215405 0
[pid=5515/tid=5517] ppid=5513 vsize=915740 CPUtime=0.16
/proc/5515/task/5517/stat : 5517 (java) S 5513 5515 5392 0 -1 64 4849 0 0 0 15 1 0 0 16 0 8 0 156174162 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5518] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5518/stat : 5518 (java) S 5513 5515 5392 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156174163 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5519] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5519/stat : 5519 (java) S 5513 5515 5392 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156174163 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5520] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5520/stat : 5520 (java) S 5513 5515 5392 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156174166 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5521] ppid=5513 vsize=915740 CPUtime=0.39
/proc/5515/task/5521/stat : 5521 (java) S 5513 5515 5392 0 -1 64 516 0 0 0 37 2 0 0 16 0 8 0 156174166 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5522] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5522/stat : 5522 (java) S 5513 5515 5392 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156174166 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5523] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5523/stat : 5523 (java) S 5513 5515 5392 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156174166 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1593.83
Current children cumulated vsize (KiB) 915740

[startup+1663.64 s]
/proc/loadavg: 2.02 2.02 2.00 3/100 5583
/proc/meminfo: memFree=436776/2055920 swapFree=4192812/4192956
[pid=5515] ppid=5513 vsize=915740 CPUtime=1653.82
/proc/5515/stat : 5515 (java) R 5513 5515 5392 0 -1 0 21991 0 1 0 165327 55 0 0 25 0 8 0 156174159 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074054679 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5515/statm: 228935 21714 2537 14 0 215405 0
[pid=5515/tid=5517] ppid=5513 vsize=915740 CPUtime=0.16
/proc/5515/task/5517/stat : 5517 (java) S 5513 5515 5392 0 -1 64 4849 0 0 0 15 1 0 0 16 0 8 0 156174162 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5518] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5518/stat : 5518 (java) S 5513 5515 5392 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156174163 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5519] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5519/stat : 5519 (java) S 5513 5515 5392 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156174163 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5520] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5520/stat : 5520 (java) S 5513 5515 5392 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156174166 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5521] ppid=5513 vsize=915740 CPUtime=0.39
/proc/5515/task/5521/stat : 5521 (java) S 5513 5515 5392 0 -1 64 516 0 0 0 37 2 0 0 16 0 8 0 156174166 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5522] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5522/stat : 5522 (java) S 5513 5515 5392 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156174166 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5523] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5523/stat : 5523 (java) S 5513 5515 5392 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156174166 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1653.82
Current children cumulated vsize (KiB) 915740

[startup+1723.68 s]
/proc/loadavg: 2.01 2.01 2.00 3/100 5583
/proc/meminfo: memFree=436776/2055920 swapFree=4192812/4192956
[pid=5515] ppid=5513 vsize=915740 CPUtime=1713.79
/proc/5515/stat : 5515 (java) R 5513 5515 5392 0 -1 0 21991 0 1 0 171323 56 0 0 25 0 8 0 156174159 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074025466 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5515/statm: 228935 21714 2537 14 0 215405 0
[pid=5515/tid=5517] ppid=5513 vsize=915740 CPUtime=0.16
/proc/5515/task/5517/stat : 5517 (java) S 5513 5515 5392 0 -1 64 4849 0 0 0 15 1 0 0 16 0 8 0 156174162 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5518] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5518/stat : 5518 (java) S 5513 5515 5392 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156174163 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5519] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5519/stat : 5519 (java) S 5513 5515 5392 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156174163 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5520] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5520/stat : 5520 (java) S 5513 5515 5392 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156174166 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5521] ppid=5513 vsize=915740 CPUtime=0.39
/proc/5515/task/5521/stat : 5521 (java) S 5513 5515 5392 0 -1 64 516 0 0 0 37 2 0 0 16 0 8 0 156174166 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5522] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5522/stat : 5522 (java) S 5513 5515 5392 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156174166 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5523] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5523/stat : 5523 (java) S 5513 5515 5392 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156174166 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1713.79
Current children cumulated vsize (KiB) 915740

[startup+1783.73 s]
/proc/loadavg: 2.00 2.01 2.00 3/100 5583
/proc/meminfo: memFree=436712/2055920 swapFree=4192812/4192956
[pid=5515] ppid=5513 vsize=915740 CPUtime=1773.79
/proc/5515/stat : 5515 (java) R 5513 5515 5392 0 -1 0 21991 0 1 0 177323 56 0 0 25 0 8 0 156174159 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074055254 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5515/statm: 228935 21714 2537 14 0 215405 0
[pid=5515/tid=5517] ppid=5513 vsize=915740 CPUtime=0.16
/proc/5515/task/5517/stat : 5517 (java) S 5513 5515 5392 0 -1 64 4849 0 0 0 15 1 0 0 16 0 8 0 156174162 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5518] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5518/stat : 5518 (java) S 5513 5515 5392 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156174163 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5519] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5519/stat : 5519 (java) S 5513 5515 5392 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156174163 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5520] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5520/stat : 5520 (java) S 5513 5515 5392 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156174166 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5521] ppid=5513 vsize=915740 CPUtime=0.39
/proc/5515/task/5521/stat : 5521 (java) S 5513 5515 5392 0 -1 64 516 0 0 0 37 2 0 0 16 0 8 0 156174166 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5522] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5522/stat : 5522 (java) S 5513 5515 5392 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156174166 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5523] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5523/stat : 5523 (java) S 5513 5515 5392 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156174166 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1773.79
Current children cumulated vsize (KiB) 915740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.06 s]
/proc/loadavg: 2.00 2.00 2.00 4/100 5583
/proc/meminfo: memFree=436776/2055920 swapFree=4192812/4192956
[pid=5515] ppid=5513 vsize=915740 CPUtime=1800.09
/proc/5515/stat : 5515 (java) R 5513 5515 5392 0 -1 0 21991 0 1 0 179953 56 0 0 25 0 8 0 156174159 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074054726 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5515/statm: 228935 21714 2537 14 0 215405 0
[pid=5515/tid=5517] ppid=5513 vsize=915740 CPUtime=0.16
/proc/5515/task/5517/stat : 5517 (java) S 5513 5515 5392 0 -1 64 4849 0 0 0 15 1 0 0 16 0 8 0 156174162 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5518] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5518/stat : 5518 (java) S 5513 5515 5392 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156174163 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5519] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5519/stat : 5519 (java) S 5513 5515 5392 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156174163 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5520] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5520/stat : 5520 (java) S 5513 5515 5392 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156174166 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5521] ppid=5513 vsize=915740 CPUtime=0.39
/proc/5515/task/5521/stat : 5521 (java) S 5513 5515 5392 0 -1 64 516 0 0 0 37 2 0 0 16 0 8 0 156174166 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5522] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5522/stat : 5522 (java) S 5513 5515 5392 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156174166 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5515/tid=5523] ppid=5513 vsize=915740 CPUtime=0
/proc/5515/task/5523/stat : 5523 (java) S 5513 5515 5392 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156174166 937717760 21714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 915740

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 143
Real time (s): 1810.12
CPU time (s): 1800.15
CPU user time (s): 1799.57
CPU system time (s): 0.576912
CPU usage (%): 99.4491
Max. virtual memory (cumulated for all children) (KiB): 915740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.57
system time used= 0.576912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22008
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= 37987
involuntary context switches= 72585

runsolver used 2.34064 s user time and 5.68214 s system time

The end

Launcher Data (download as text)

Begin job on node13 on Sat Jan  6 10:03:12 UTC 2007


IDJOB= 215003
IDBENCH= 4968
FILE ID= node13/215003-1168077790

PBS_JOBID= 3475823

Free space on /tmp= 66315 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/ii/ii-32e4.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/215003-1168077790/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-215003-1168077790 -o ROOT/results/node13/solver-215003-1168077790 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/215003-1168077790/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  62326bda5fce9791d84bbf4979fc576b

RANDOM SEED= 777153126

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.247
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:       1085376 kB
Buffers:         71192 kB
Cached:         547676 kB
SwapCached:          0 kB
Active:         585860 kB
Inactive:       288984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1085376 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3108 kB
Writeback:           0 kB
Mapped:         284984 kB
Slab:            79904 kB
Committed_AS:  4413696 kB
PageTables:       2832 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= 66313 MiB



End job on node13 on Sat Jan  6 10:33:22 UTC 2007