Trace number 194813

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 ESACSAT 240.868 243.008

DiagnosticValue
CHECKS1558019976
NODES981761

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-3_ext.xml
MD5SUM66014b97469c52dd96e73a236e9324fd
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark240.868
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints464
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension464
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.34	   
0.34	Abscon 109 (November, 2006)
0.34	   
0.34	   configuration
0.34	     name=esac.xml
0.38	   
0.38	   instance
0.38	     name=/tmp/evaluation/194813-1168107275/unknown.xml
0.41	   
0.41	   domains being loaded...
0.41	   
0.41	   variables being loaded...
0.45	     nbVariables=50  nbDomainTypes=1  minDomainSize=23  maxDomainSize=23
0.45	       =>  wckTime=0.104  cpuTime=0.09  mem=6M951
0.45	   
0.45	   relations being loaded...
0.60	   
0.60	   constraints being loaded...
0.74	     nbConstraints=464  nbRelationTypes=464  nbExtensionStructures=464  nbSharedExtensionStructures=0
0.74	     nbConflictsStructures=464  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2373  maxDegree=23
0.74	     maxArity=2
0.74	       =>  wckTime=0.398  cpuTime=0.3  mem=17M695
0.79	   
0.79	   solver IterativeSystematicSolver being built... 
0.95	       =>  wckTime=0.607  cpuTime=0.44  mem=15M576
1.01	   
1.01	   preprocessing
1.01	     nbConstraintChecks=99671  nbPropagations=1116  nbRevisions=9639  nbUselessRevisions=8139  nbSingletonTests=55
1.01	     nbEffectiveSingletonTests=0  nbESACBranches=5  nbRemovedValues=0  detectedInconsistency=no
1.01	       =>  wckTime=0.059  cpuTime=0.04  mem=15M576
1.05	   
1.05	   search
1.05	     run=0  nbConstraintChecks=44733  nbPropagations=1657  nbRevisions=16394  nbUselessRevisions=13636  nbAssignments=29
1.05	     nbFailedAssignments=7  nbBacktracks=15  nbVisitedNodes=44  nbRestartNogoods=0  mapSize=10  nbInferences=0
1.05	     nbTooLargeKeys=0
1.05	       =>  wckTime=0.095  cpuTime=0.06  mem=15M576
1.07	   
1.07	   search
1.07	     run=1  nbConstraintChecks=96736  nbPropagations=3932  nbRevisions=40306  nbUselessRevisions=33350  nbAssignments=62
1.07	     nbFailedAssignments=15  nbBacktracks=31  nbVisitedNodes=93  nbRestartNogoods=1  mapSize=21  nbInferences=0
1.07	     nbTooLargeKeys=0
1.07	       =>  wckTime=0.115  cpuTime=0.07  mem=15M576
1.09	   
1.09	   search
1.09	     run=2  nbConstraintChecks=176816  nbPropagations=7200  nbRevisions=78212  nbUselessRevisions=64707
1.09	     nbAssignments=109  nbFailedAssignments=29  nbBacktracks=56  nbVisitedNodes=167  nbRestartNogoods=2  mapSize=43
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.132  cpuTime=0.09  mem=15M576
1.11	   
1.11	   search
1.11	     run=3  nbConstraintChecks=303645  nbPropagations=11878  nbRevisions=136628  nbUselessRevisions=112696
1.11	     nbAssignments=178  nbFailedAssignments=54  nbBacktracks=90  nbVisitedNodes=282  nbRestartNogoods=3  mapSize=71
1.11	     nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.157  cpuTime=0.11  mem=15M576
1.15	   
1.15	   search
1.15	     run=4  nbConstraintChecks=469694  nbPropagations=18516  nbRevisions=223808  nbUselessRevisions=184423
1.15	     nbAssignments=279  nbFailedAssignments=93  nbBacktracks=141  nbVisitedNodes=449  nbRestartNogoods=9  mapSize=114
1.15	     nbInferences=0  nbTooLargeKeys=0
1.15	       =>  wckTime=0.195  cpuTime=0.14  mem=15M576
1.19	   
1.19	   search
1.19	     run=5  nbConstraintChecks=643404  nbPropagations=27344  nbRevisions=342679  nbUselessRevisions=282348
1.19	     nbAssignments=401  nbFailedAssignments=129  nbBacktracks=216  nbVisitedNodes=641  nbRestartNogoods=12  mapSize=169
1.19	     nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.234  cpuTime=0.18  mem=15M576
1.25	   
1.25	   search
1.25	     run=6  nbConstraintChecks=995608  nbPropagations=40282  nbRevisions=522413  nbUselessRevisions=429713
1.25	     nbAssignments=605  nbFailedAssignments=212  nbBacktracks=329  nbVisitedNodes=990  nbRestartNogoods=16  mapSize=262
1.25	     nbInferences=0  nbTooLargeKeys=0
1.25	       =>  wckTime=0.297  cpuTime=0.24  mem=15M576
1.33	   
1.33	   search
1.33	     run=7  nbConstraintChecks=1409351  nbPropagations=58310  nbRevisions=780256  nbUselessRevisions=641718
1.33	     nbAssignments=887  nbFailedAssignments=310  nbBacktracks=501  nbVisitedNodes=1453  nbRestartNogoods=19  mapSize=397
1.33	     nbInferences=0  nbTooLargeKeys=0
1.33	       =>  wckTime=0.374  cpuTime=0.31  mem=15M576
1.45	   
1.45	   search
1.45	     run=8  nbConstraintChecks=2051944  nbPropagations=83693  nbRevisions=1146795  nbUselessRevisions=941745
1.45	     nbAssignments=1277  nbFailedAssignments=435  nbBacktracks=757  nbVisitedNodes=2096  nbRestartNogoods=25
1.45	     mapSize=593  nbInferences=0  nbTooLargeKeys=0
1.45	       =>  wckTime=0.491  cpuTime=0.43  mem=15M576
1.62	   
1.62	   search
1.62	     run=9  nbConstraintChecks=2950089  nbPropagations=120785  nbRevisions=1688936  nbUselessRevisions=1386180
1.62	     nbAssignments=1889  nbFailedAssignments=649  nbBacktracks=1141  nbVisitedNodes=3123  nbRestartNogoods=29
1.62	     mapSize=899  nbInferences=0  nbTooLargeKeys=0
1.62	       =>  wckTime=0.668  cpuTime=0.59  mem=15M576
1.69	   
1.69	   INFO : Stopping hyperNogood (mapSize=1015, nbTooLargekeys=0, mem=15M576)
1.86	   
1.86	   search
1.86	     run=10  nbConstraintChecks=4323453  nbPropagations=174562  nbRevisions=2487868  nbUselessRevisions=2041821
1.86	     nbAssignments=2808  nbFailedAssignments=984  nbBacktracks=1717  nbVisitedNodes=4663  nbRestartNogoods=36
1.86	       =>  wckTime=0.903  cpuTime=0.81  mem=15M576
2.19	   
2.19	   search
2.19	     run=11  nbConstraintChecks=6395117  nbPropagations=254415  nbRevisions=3679652  nbUselessRevisions=3020708
2.19	     nbAssignments=4158  nbFailedAssignments=1456  nbBacktracks=2585  nbVisitedNodes=6930  nbRestartNogoods=40
2.19	       =>  wckTime=1.239  cpuTime=1.14  mem=15M576
2.74	   
2.74	   search
2.74	     run=12  nbConstraintChecks=9781450  nbPropagations=377113  nbRevisions=5545295  nbUselessRevisions=4555359
2.74	     nbAssignments=6346  nbFailedAssignments=2336  nbBacktracks=3883  nbVisitedNodes=10736  nbRestartNogoods=43
2.74	       =>  wckTime=1.789  cpuTime=1.69  mem=15M576
3.50	   
3.50	   search
3.50	     run=13  nbConstraintChecks=14518021  nbPropagations=558220  nbRevisions=8298913  nbUselessRevisions=6818441
3.50	     nbAssignments=9407  nbFailedAssignments=3440  nbBacktracks=5830  nbVisitedNodes=15927  nbRestartNogoods=48
3.50	       =>  wckTime=2.545  cpuTime=2.43  mem=15M576
4.64	   
4.64	   search
4.64	     run=14  nbConstraintChecks=21766882  nbPropagations=826587  nbRevisions=12390597  nbUselessRevisions=10179945
4.64	     nbAssignments=14039  nbFailedAssignments=5142  nbBacktracks=8750  nbVisitedNodes=23716  nbRestartNogoods=54
4.64	       =>  wckTime=3.681  cpuTime=3.56  mem=15M576
6.34	   
6.34	   search
6.34	     run=15  nbConstraintChecks=32731885  nbPropagations=1226984  nbRevisions=18531983  nbUselessRevisions=15230864
6.34	     nbAssignments=20901  nbFailedAssignments=7614  nbBacktracks=13131  nbVisitedNodes=35334  nbRestartNogoods=59
6.34	       =>  wckTime=5.387  cpuTime=5.25  mem=16M551
9.14	   
9.14	   search
9.14	     run=16  nbConstraintChecks=50767919  nbPropagations=1843730  nbRevisions=28096558  nbUselessRevisions=23109276
9.14	     nbAssignments=31951  nbFailedAssignments=12086  nbBacktracks=19699  nbVisitedNodes=54549  nbRestartNogoods=68
9.14	       =>  wckTime=8.184  cpuTime=8.02  mem=16M551
12.65	   
12.65	   search
12.65	     run=17  nbConstraintChecks=73291436  nbPropagations=2736611  nbRevisions=41807773  nbUselessRevisions=34374763
12.65	     nbAssignments=46937  nbFailedAssignments=17187  nbBacktracks=29551  nbVisitedNodes=79398  nbRestartNogoods=79
12.65	       =>  wckTime=11.69  cpuTime=11.5  mem=16M551
18.39	   
18.39	   search
18.39	     run=18  nbConstraintChecks=110466006  nbPropagations=4080798  nbRevisions=62428956  nbUselessRevisions=51316773
18.39	     nbAssignments=70227  nbFailedAssignments=25687  nbBacktracks=44333  nbVisitedNodes=118901  nbRestartNogoods=92
18.39	       =>  wckTime=17.438  cpuTime=17.19  mem=16M551
27.00	   
27.00	   search
27.00	     run=19  nbConstraintChecks=165204768  nbPropagations=6093830  nbRevisions=93425625  nbUselessRevisions=76795941
27.00	     nbAssignments=105615  nbFailedAssignments=38894  nbBacktracks=66502  nbVisitedNodes=179104  nbRestartNogoods=102
27.00	       =>  wckTime=26.041  cpuTime=25.73  mem=16M551
39.61	   
39.61	   search
39.61	     run=20  nbConstraintChecks=246189168  nbPropagations=9097739  nbRevisions=139437413  nbUselessRevisions=114577909
39.61	     nbAssignments=157724  nbFailedAssignments=57738  nbBacktracks=99757  nbVisitedNodes=267292  nbRestartNogoods=114
39.61	       =>  wckTime=38.652  cpuTime=38.22  mem=16M551
60.09	   
60.09	   search
60.09	     run=21  nbConstraintChecks=379354726  nbPropagations=13696305  nbRevisions=210255797  nbUselessRevisions=172779714
60.09	     nbAssignments=239193  nbFailedAssignments=89318  nbBacktracks=149636  nbVisitedNodes=407528  nbRestartNogoods=121
60.09	       =>  wckTime=59.132  cpuTime=58.53  mem=16M551
89.31	   
89.31	   search
89.31	     run=22  nbConstraintChecks=564121988  nbPropagations=20567931  nbRevisions=316633471  nbUselessRevisions=260304952
89.31	     nbAssignments=359058  nbFailedAssignments=134352  nbBacktracks=224455  nbVisitedNodes=612099  nbRestartNogoods=141
89.31	       =>  wckTime=88.357  cpuTime=87.5  mem=16M551
131.16	   
131.16	   search
131.16	     run=23  nbConstraintChecks=834147311  nbPropagations=30713358  nbRevisions=472347410  nbUselessRevisions=388167851
131.16	     nbAssignments=531810  nbFailedAssignments=194824  nbBacktracks=336683  nbVisitedNodes=902486  nbRestartNogoods=156
131.16	       =>  wckTime=130.201  cpuTime=128.99  mem=16M551
199.61	   
199.61	   search
199.61	     run=24  nbConstraintChecks=1278573587  nbPropagations=46190649  nbRevisions=711207873  nbUselessRevisions=584506973
199.61	     nbAssignments=804480  nbFailedAssignments=299140  nbBacktracks=505025  nbVisitedNodes=1370879  nbRestartNogoods=162
199.61	       =>  wckTime=198.653  cpuTime=196.86  mem=16M551
242.97	   
242.97	   search
242.97	     run=25  nbConstraintChecks=1557920305  nbPropagations=65051695  nbRevisions=1001552720
242.97	     nbUselessRevisions=823013214  nbAssignments=981761  nbFailedAssignments=362954  nbBacktracks=618442
242.97	     nbVisitedNodes=1670031  nbRestartNogoods=178
242.97	       =>  wckTime=242.017  cpuTime=239.85  mem=16M551
242.97	   
242.97	   global
242.97	     nbConstraintChecks=1558019976  nbPropagations=65052811  nbRevisions=1001562359  nbUselessRevisions=823021353
242.97	     nbRestartNogoods=178  solvingWckTime=242.018  solvingCpuTime=239.85  expiredTime=no  totalExploration=no
242.97	     nbFoundSolutions=1  globalCpuTime=240.35
242.97	       =>  wckTime=242.628  cpuTime=240.3  mem=16M551
242.98	   
242.98	s SATISFIABLE
242.98	v 18 8 21 12 10 17 12 21 22 4 0 4 1 20 18 13 19 5 3 4 20 16 16 22 1 20 14 9 22 11 1 8 0 10 12 19 22 12 21 21 6 5 0 6 16 19 14 3 19 1 
242.98	d NODES 981761
242.98	d CHECKS 1558019976
242.98	   
242.98	   totalWckTime=242.71  totalCpuTime=240.35

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node24/watcher-194813-1168107275 -o ROOT/results/node24/solver-194813-1168107275 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/194813-1168107275/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.85 1.97 1.91 4/87 28926
/proc/meminfo: memFree=1796112/2055920 swapFree=4192812/4192956
[pid=28925] ppid=28923 vsize=18540 CPUtime=0
/proc/28925/stat : 28925 (runsolver) R 28923 28925 28002 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 159122928 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 237788261671 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/28925/statm: 4635 279 244 17 0 2626 0

[startup+0.107098 s]
/proc/loadavg: 1.85 1.97 1.91 4/87 28926
/proc/meminfo: memFree=1796112/2055920 swapFree=4192812/4192956
[pid=28925] ppid=28923 vsize=907808 CPUtime=0.06
/proc/28925/stat : 28925 (java) R 28923 28925 28002 0 -1 0 2516 0 1 0 5 1 0 0 17 0 4 0 159122928 929595392 2263 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153548477 0 4 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/28925/statm: 226952 2263 1236 14 0 214535 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 907808

[startup+0.515139 s]
/proc/loadavg: 1.85 1.97 1.91 4/87 28926
/proc/meminfo: memFree=1796112/2055920 swapFree=4192812/4192956
[pid=28925] ppid=28923 vsize=915328 CPUtime=0.47
/proc/28925/stat : 28925 (java) R 28923 28925 28002 0 -1 0 6564 0 1 0 43 4 0 0 18 0 8 0 159122928 937295872 6303 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28925/statm: 228832 6303 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 915328

[startup+1.33623 s]
/proc/loadavg: 1.85 1.97 1.91 3/94 28933
/proc/meminfo: memFree=1768408/2055920 swapFree=4192812/4192956
[pid=28925] ppid=28923 vsize=915460 CPUtime=1.27
/proc/28925/stat : 28925 (java) R 28923 28925 28002 0 -1 0 9626 0 1 0 121 6 0 0 24 0 8 0 159122928 937431040 9364 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073820395 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28925/statm: 228865 9364 2524 14 0 215335 0
[pid=28925/tid=28927] ppid=28923 vsize=915460 CPUtime=0.03
/proc/28925/task/28927/stat : 28927 (java) S 28923 28925 28002 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 159122935 937431040 9364 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28928] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28928/stat : 28928 (java) S 28923 28925 28002 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159122935 937431040 9364 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28929] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28929/stat : 28929 (java) S 28923 28925 28002 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159122935 937431040 9364 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28930] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28930/stat : 28930 (java) S 28923 28925 28002 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159122939 937431040 9364 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28931] ppid=28923 vsize=915460 CPUtime=0.22
/proc/28925/task/28931/stat : 28931 (java) S 28923 28925 28002 0 -1 64 381 0 0 0 21 1 0 0 15 0 8 0 159122939 937431040 9364 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28932] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28932/stat : 28932 (java) S 28923 28925 28002 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 159122939 937431040 9364 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28933] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28933/stat : 28933 (java) S 28923 28925 28002 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159122939 937431040 9364 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 915460

[startup+2.9754 s]
/proc/loadavg: 1.85 1.97 1.91 3/94 28933
/proc/meminfo: memFree=1768344/2055920 swapFree=4192812/4192956
[pid=28925] ppid=28923 vsize=915460 CPUtime=2.9
/proc/28925/stat : 28925 (java) R 28923 28925 28002 0 -1 0 9644 0 1 0 284 6 0 0 25 0 8 0 159122928 937431040 9381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073820248 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28925/statm: 228865 9381 2524 14 0 215335 0
[pid=28925/tid=28927] ppid=28923 vsize=915460 CPUtime=0.03
/proc/28925/task/28927/stat : 28927 (java) S 28923 28925 28002 0 -1 64 407 0 0 0 3 0 0 0 17 0 8 0 159122935 937431040 9381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28928] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28928/stat : 28928 (java) S 28923 28925 28002 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159122935 937431040 9381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28929] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28929/stat : 28929 (java) S 28923 28925 28002 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159122935 937431040 9381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28930] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28930/stat : 28930 (java) S 28923 28925 28002 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159122939 937431040 9381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28931] ppid=28923 vsize=915460 CPUtime=0.25
/proc/28925/task/28931/stat : 28931 (java) S 28923 28925 28002 0 -1 64 397 0 0 0 24 1 0 0 15 0 8 0 159122939 937431040 9381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28932] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28932/stat : 28932 (java) S 28923 28925 28002 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 159122939 937431040 9381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28933] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28933/stat : 28933 (java) S 28923 28925 28002 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159122939 937431040 9381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 915460

[startup+6.18074 s]
/proc/loadavg: 1.86 1.97 1.91 3/94 28933
/proc/meminfo: memFree=1768288/2055920 swapFree=4192812/4192956
[pid=28925] ppid=28923 vsize=915460 CPUtime=6.07
/proc/28925/stat : 28925 (java) R 28923 28925 28002 0 -1 0 9645 0 1 0 601 6 0 0 25 0 8 0 159122928 937431040 9381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336182 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28925/statm: 228865 9381 2524 14 0 215335 0
[pid=28925/tid=28927] ppid=28923 vsize=915460 CPUtime=0.03
/proc/28925/task/28927/stat : 28927 (java) S 28923 28925 28002 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 159122935 937431040 9381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28928] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28928/stat : 28928 (java) S 28923 28925 28002 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159122935 937431040 9381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28929] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28929/stat : 28929 (java) S 28923 28925 28002 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159122935 937431040 9381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28930] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28930/stat : 28930 (java) S 28923 28925 28002 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159122939 937431040 9381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28931] ppid=28923 vsize=915460 CPUtime=0.25
/proc/28925/task/28931/stat : 28931 (java) S 28923 28925 28002 0 -1 64 398 0 0 0 24 1 0 0 15 0 8 0 159122939 937431040 9381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28932] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28932/stat : 28932 (java) S 28923 28925 28002 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 159122939 937431040 9381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28933] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28933/stat : 28933 (java) S 28923 28925 28002 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159122939 937431040 9381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 915460

[startup+12.6524 s]
/proc/loadavg: 1.87 1.97 1.91 4/94 28933
/proc/meminfo: memFree=1768296/2055920 swapFree=4192812/4192956
[pid=28925] ppid=28923 vsize=915460 CPUtime=12.48
/proc/28925/stat : 28925 (java) R 28923 28925 28002 0 -1 0 9646 0 1 0 1242 6 0 0 25 0 8 0 159122928 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073863592 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28925/statm: 228865 9382 2524 14 0 215335 0
[pid=28925/tid=28927] ppid=28923 vsize=915460 CPUtime=0.03
/proc/28925/task/28927/stat : 28927 (java) S 28923 28925 28002 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 159122935 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28928] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28928/stat : 28928 (java) S 28923 28925 28002 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159122935 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28929] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28929/stat : 28929 (java) S 28923 28925 28002 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159122935 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28930] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28930/stat : 28930 (java) S 28923 28925 28002 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159122939 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28931] ppid=28923 vsize=915460 CPUtime=0.25
/proc/28925/task/28931/stat : 28931 (java) S 28923 28925 28002 0 -1 64 399 0 0 0 24 1 0 0 16 0 8 0 159122939 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28932] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28932/stat : 28932 (java) S 28923 28925 28002 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 159122939 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28933] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28933/stat : 28933 (java) S 28923 28925 28002 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159122939 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 915460

[startup+25.5168 s]
/proc/loadavg: 1.90 1.97 1.91 3/94 28933
/proc/meminfo: memFree=1768296/2055920 swapFree=4192812/4192956
[pid=28925] ppid=28923 vsize=915460 CPUtime=25.25
/proc/28925/stat : 28925 (java) R 28923 28925 28002 0 -1 0 9646 0 1 0 2518 7 0 0 25 0 8 0 159122928 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073820464 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28925/statm: 228865 9382 2524 14 0 215335 0
[pid=28925/tid=28927] ppid=28923 vsize=915460 CPUtime=0.03
/proc/28925/task/28927/stat : 28927 (java) S 28923 28925 28002 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 159122935 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28928] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28928/stat : 28928 (java) S 28923 28925 28002 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159122935 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28929] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28929/stat : 28929 (java) S 28923 28925 28002 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159122935 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28930] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28930/stat : 28930 (java) S 28923 28925 28002 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159122939 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28931] ppid=28923 vsize=915460 CPUtime=0.25
/proc/28925/task/28931/stat : 28931 (java) S 28923 28925 28002 0 -1 64 399 0 0 0 24 1 0 0 16 0 8 0 159122939 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28932] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28932/stat : 28932 (java) S 28923 28925 28002 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 159122939 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28933] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28933/stat : 28933 (java) S 28923 28925 28002 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159122939 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 915460

[startup+51.1286 s]
/proc/loadavg: 1.93 1.97 1.91 3/94 28933
/proc/meminfo: memFree=1768296/2055920 swapFree=4192812/4192956
[pid=28925] ppid=28923 vsize=915460 CPUtime=50.63
/proc/28925/stat : 28925 (java) R 28923 28925 28002 0 -1 0 9646 0 1 0 5056 7 0 0 25 0 8 0 159122928 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073826790 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28925/statm: 228865 9382 2524 14 0 215335 0
[pid=28925/tid=28927] ppid=28923 vsize=915460 CPUtime=0.03
/proc/28925/task/28927/stat : 28927 (java) S 28923 28925 28002 0 -1 64 407 0 0 0 3 0 0 0 17 0 8 0 159122935 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28928] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28928/stat : 28928 (java) S 28923 28925 28002 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159122935 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28929] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28929/stat : 28929 (java) S 28923 28925 28002 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159122935 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28930] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28930/stat : 28930 (java) S 28923 28925 28002 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159122939 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28931] ppid=28923 vsize=915460 CPUtime=0.25
/proc/28925/task/28931/stat : 28931 (java) S 28923 28925 28002 0 -1 64 399 0 0 0 24 1 0 0 16 0 8 0 159122939 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28932] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28932/stat : 28932 (java) S 28923 28925 28002 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 159122939 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28933] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28933/stat : 28933 (java) S 28923 28925 28002 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159122939 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 915460

[startup+102.354 s]
/proc/loadavg: 1.97 1.97 1.91 3/94 28933
/proc/meminfo: memFree=1768360/2055920 swapFree=4192812/4192956
[pid=28925] ppid=28923 vsize=915460 CPUtime=101.42
/proc/28925/stat : 28925 (java) R 28923 28925 28002 0 -1 0 9647 0 1 0 10135 7 0 0 25 0 8 0 159122928 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918484 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28925/statm: 228865 9382 2524 14 0 215335 0
[pid=28925/tid=28927] ppid=28923 vsize=915460 CPUtime=0.03
/proc/28925/task/28927/stat : 28927 (java) S 28923 28925 28002 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 159122935 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28928] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28928/stat : 28928 (java) S 28923 28925 28002 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159122935 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28929] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28929/stat : 28929 (java) S 28923 28925 28002 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159122935 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28930] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28930/stat : 28930 (java) S 28923 28925 28002 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159122939 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28931] ppid=28923 vsize=915460 CPUtime=0.25
/proc/28925/task/28931/stat : 28931 (java) S 28923 28925 28002 0 -1 64 399 0 0 0 24 1 0 0 16 0 8 0 159122939 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28932] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28932/stat : 28932 (java) S 28923 28925 28002 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 159122939 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28933] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28933/stat : 28933 (java) S 28923 28925 28002 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159122939 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 915460

[startup+162.422 s]
/proc/loadavg: 2.02 1.99 1.91 3/94 28933
/proc/meminfo: memFree=1768296/2055920 swapFree=4192812/4192956
[pid=28925] ppid=28923 vsize=915460 CPUtime=160.98
/proc/28925/stat : 28925 (java) R 28923 28925 28002 0 -1 0 9648 0 1 0 16090 8 0 0 25 0 8 0 159122928 937431040 9383 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073833219 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28925/statm: 228865 9383 2524 14 0 215335 0
[pid=28925/tid=28927] ppid=28923 vsize=915460 CPUtime=0.03
/proc/28925/task/28927/stat : 28927 (java) S 28923 28925 28002 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 159122935 937431040 9383 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28928] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28928/stat : 28928 (java) S 28923 28925 28002 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159122935 937431040 9383 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28929] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28929/stat : 28929 (java) S 28923 28925 28002 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159122935 937431040 9383 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28930] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28930/stat : 28930 (java) S 28923 28925 28002 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159122939 937431040 9383 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28931] ppid=28923 vsize=915460 CPUtime=0.26
/proc/28925/task/28931/stat : 28931 (java) S 28923 28925 28002 0 -1 64 400 0 0 0 25 1 0 0 16 0 8 0 159122939 937431040 9383 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28932] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28932/stat : 28932 (java) S 28923 28925 28002 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 159122939 937431040 9383 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28933] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28933/stat : 28933 (java) S 28923 28925 28002 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159122939 937431040 9383 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.98
Current children cumulated vsize (KiB) 915460

[startup+222.485 s]
/proc/loadavg: 2.01 1.99 1.91 3/94 28933
/proc/meminfo: memFree=1768232/2055920 swapFree=4192812/4192956
[pid=28925] ppid=28923 vsize=915460 CPUtime=220.53
/proc/28925/stat : 28925 (java) R 28923 28925 28002 0 -1 0 9648 0 1 0 22045 8 0 0 25 0 8 0 159122928 937431040 9383 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073833163 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28925/statm: 228865 9383 2524 14 0 215335 0
[pid=28925/tid=28927] ppid=28923 vsize=915460 CPUtime=0.03
/proc/28925/task/28927/stat : 28927 (java) S 28923 28925 28002 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 159122935 937431040 9383 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28928] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28928/stat : 28928 (java) S 28923 28925 28002 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159122935 937431040 9383 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28929] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28929/stat : 28929 (java) S 28923 28925 28002 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159122935 937431040 9383 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28930] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28930/stat : 28930 (java) S 28923 28925 28002 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159122939 937431040 9383 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28931] ppid=28923 vsize=915460 CPUtime=0.26
/proc/28925/task/28931/stat : 28931 (java) S 28923 28925 28002 0 -1 64 400 0 0 0 25 1 0 0 16 0 8 0 159122939 937431040 9383 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28932] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28932/stat : 28932 (java) S 28923 28925 28002 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 159122939 937431040 9383 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28933] ppid=28923 vsize=915460 CPUtime=0
/proc/28925/task/28933/stat : 28933 (java) R 28923 28925 28002 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159122939 937431040 9383 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.53
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 243.008
CPU time (s): 240.868
CPU user time (s): 240.774
CPU system time (s): 0.093985
CPU usage (%): 99.1196
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 240.774
system time used= 0.093985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9657
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= 6087
involuntary context switches= 13697

runsolver used 0.310952 s user time and 0.781881 s system time

The end

Launcher Data (download as text)

Begin job on node24 on Sat Jan  6 18:14:37 UTC 2007


IDJOB= 194813
IDBENCH= 3234
FILE ID= node24/194813-1168107275

PBS_JOBID= 3477234

Free space on /tmp= 66464 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-50-23/rand-2-50-23-587-230-3_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/194813-1168107275/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-194813-1168107275 -o ROOT/results/node24/solver-194813-1168107275 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/194813-1168107275/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  66014b97469c52dd96e73a236e9324fd

RANDOM SEED= 432869884

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.234
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.234
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:       1796592 kB
Buffers:         23892 kB
Cached:          98168 kB
SwapCached:          0 kB
Active:         145076 kB
Inactive:        56832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1796592 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4236 kB
Writeback:           0 kB
Mapped:         100044 kB
Slab:            42280 kB
Committed_AS:  3173008 kB
PageTables:       2360 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= 66464 MiB



End job on node24 on Sat Jan  6 18:18:40 UTC 2007