Trace number 202554

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 ACUNSAT 355.111 356.835

DiagnosticValue
CHECKS2327609636
NODES1692213

General information on the benchmark

Namerandom/rand-2-40-19/
rand-2-40-19-443-230-43_ext.xml
MD5SUM1c931fd7bef7b7ee3f8102667307a153
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark90.6512
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints340
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension340
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.32	   configuration
0.32	     name=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/202554-1168072587/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=40  nbDomainTypes=1  minDomainSize=19  maxDomainSize=19
0.42	       =>  wckTime=0.101  cpuTime=0.09  mem=6M951
0.42	   
0.42	   relations being loaded...
0.53	   
0.53	   constraints being loaded...
0.64	     nbConstraints=340  nbRelationTypes=340  nbExtensionStructures=340  nbSharedExtensionStructures=0
0.64	     nbConflictsStructures=340  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2972  maxDegree=22
0.64	     maxArity=2
0.64	       =>  wckTime=0.323  cpuTime=0.24  mem=12M803
0.68	   
0.68	   solver IterativeSystematicSolver being built... 
0.84	       =>  wckTime=0.52  cpuTime=0.37  mem=13M926
0.85	   
0.85	   preprocessing
0.85	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.85	     detectedInconsistency=no
0.85	       =>  wckTime=0.0050  cpuTime=0.01  mem=13M926
0.90	   
0.90	   search
0.90	     run=0  nbConstraintChecks=31368  nbPropagations=533  nbRevisions=5223  nbUselessRevisions=4240  nbAssignments=29
0.90	     nbFailedAssignments=6  nbBacktracks=15  nbVisitedNodes=44  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.90	     nbTooLargeKeys=0
0.90	       =>  wckTime=0.054  cpuTime=0.04  mem=14M901
0.92	   
0.92	   search
0.92	     run=1  nbConstraintChecks=87189  nbPropagations=1840  nbRevisions=20464  nbUselessRevisions=16702  nbAssignments=65
0.92	     nbFailedAssignments=19  nbBacktracks=31  nbVisitedNodes=105  nbRestartNogoods=3  mapSize=25  nbInferences=0
0.92	     nbTooLargeKeys=0
0.92	       =>  wckTime=0.078  cpuTime=0.06  mem=14M901
0.94	   
0.94	   search
0.94	     run=2  nbConstraintChecks=135317  nbPropagations=3828  nbRevisions=44015  nbUselessRevisions=35873
0.94	     nbAssignments=103  nbFailedAssignments=28  nbBacktracks=54  nbVisitedNodes=164  nbRestartNogoods=7  mapSize=41
0.94	     nbInferences=0  nbTooLargeKeys=0
0.94	       =>  wckTime=0.098  cpuTime=0.07  mem=14M901
0.96	   
0.96	   search
0.96	     run=3  nbConstraintChecks=219944  nbPropagations=6915  nbRevisions=81691  nbUselessRevisions=66255
0.96	     nbAssignments=162  nbFailedAssignments=47  nbBacktracks=88  nbVisitedNodes=263  nbRestartNogoods=10  mapSize=68
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.117  cpuTime=0.09  mem=14M901
0.98	   
0.98	   search
0.98	     run=4  nbConstraintChecks=333884  nbPropagations=11600  nbRevisions=140977  nbUselessRevisions=114332
0.98	     nbAssignments=255  nbFailedAssignments=80  nbBacktracks=139  nbVisitedNodes=419  nbRestartNogoods=12  mapSize=114
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.142  cpuTime=0.11  mem=14M901
1.03	   
1.03	   search
1.03	     run=5  nbConstraintChecks=548926  nbPropagations=19148  nbRevisions=240313  nbUselessRevisions=194804
1.03	     nbAssignments=399  nbFailedAssignments=142  nbBacktracks=214  nbVisitedNodes=674  nbRestartNogoods=15  mapSize=182
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.187  cpuTime=0.15  mem=14M901
1.09	   
1.09	   search
1.09	     run=6  nbConstraintChecks=843886  nbPropagations=30806  nbRevisions=395347  nbUselessRevisions=320183
1.09	     nbAssignments=607  nbFailedAssignments=229  nbBacktracks=328  nbVisitedNodes=1043  nbRestartNogoods=21  mapSize=289
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.247  cpuTime=0.21  mem=14M901
1.17	   
1.17	   search
1.17	     run=7  nbConstraintChecks=1246327  nbPropagations=47941  nbRevisions=627977  nbUselessRevisions=508692
1.17	     nbAssignments=896  nbFailedAssignments=340  nbBacktracks=498  nbVisitedNodes=1547  nbRestartNogoods=27  mapSize=433
1.17	     nbInferences=0  nbTooLargeKeys=0
1.17	       =>  wckTime=0.329  cpuTime=0.28  mem=14M901
1.28	   
1.28	   search
1.28	     run=8  nbConstraintChecks=1823416  nbPropagations=73213  nbRevisions=972055  nbUselessRevisions=787126
1.28	     nbAssignments=1339  nbFailedAssignments=519  nbBacktracks=756  nbVisitedNodes=2317  nbRestartNogoods=32
1.28	     mapSize=649  nbInferences=0  nbTooLargeKeys=0
1.28	       =>  wckTime=0.444  cpuTime=0.39  mem=14M901
1.44	   
1.44	   search
1.44	     run=9  nbConstraintChecks=2570522  nbPropagations=109275  nbRevisions=1465359  nbUselessRevisions=1186429
1.44	     nbAssignments=1955  nbFailedAssignments=743  nbBacktracks=1140  nbVisitedNodes=3369  nbRestartNogoods=37
1.44	     mapSize=963  nbInferences=0  nbTooLargeKeys=0
1.44	       =>  wckTime=0.596  cpuTime=0.53  mem=14M901
1.47	   
1.47	   INFO : Stopping hyperNogood (mapSize=1016, nbTooLargekeys=0, mem=14M901)
1.65	   
1.65	   search
1.65	     run=10  nbConstraintChecks=3794644  nbPropagations=162575  nbRevisions=2191776  nbUselessRevisions=1774090
1.65	     nbAssignments=2911  nbFailedAssignments=1116  nbBacktracks=1716  nbVisitedNodes=5032  nbRestartNogoods=46
1.65	       =>  wckTime=0.808  cpuTime=0.73  mem=14M901
1.94	   
1.94	   search
1.94	     run=11  nbConstraintChecks=5540435  nbPropagations=241159  nbRevisions=3279497  nbUselessRevisions=2656709
1.94	     nbAssignments=4371  nbFailedAssignments=1704  nbBacktracks=2580  nbVisitedNodes=7560  nbRestartNogoods=53
1.94	       =>  wckTime=1.101  cpuTime=1.02  mem=14M901
2.42	   
2.42	   search
2.42	     run=12  nbConstraintChecks=8528951  nbPropagations=360562  nbRevisions=4933223  nbUselessRevisions=3995155
2.42	     nbAssignments=6596  nbFailedAssignments=2625  nbBacktracks=3878  nbVisitedNodes=11448  nbRestartNogoods=61
2.42	       =>  wckTime=1.576  cpuTime=1.49  mem=14M901
3.13	   
3.13	   search
3.13	     run=13  nbConstraintChecks=13103308  nbPropagations=542051  nbRevisions=7475849  nbUselessRevisions=6056095
3.13	     nbAssignments=9935  nbFailedAssignments=4011  nbBacktracks=5826  nbVisitedNodes=17328  nbRestartNogoods=67
3.13	       =>  wckTime=2.287  cpuTime=2.2  mem=14M901
4.15	   
4.15	   search
4.15	     run=14  nbConstraintChecks=19442067  nbPropagations=813460  nbRevisions=11285221  nbUselessRevisions=9146198
4.15	     nbAssignments=14915  nbFailedAssignments=6064  nbBacktracks=8746  nbVisitedNodes=26060  nbRestartNogoods=75
4.15	       =>  wckTime=3.306  cpuTime=3.21  mem=14M901
5.69	   
5.69	   search
5.69	     run=15  nbConstraintChecks=28947673  nbPropagations=1220075  nbRevisions=17044058  nbUselessRevisions=13832257
5.69	     nbAssignments=22456  nbFailedAssignments=9218  nbBacktracks=13125  nbVisitedNodes=39300  nbRestartNogoods=80
5.69	       =>  wckTime=4.852  cpuTime=4.74  mem=14M901
7.98	   
7.98	   search
7.98	     run=16  nbConstraintChecks=43327714  nbPropagations=1828651  nbRevisions=25592640  nbUselessRevisions=20769441
7.98	     nbAssignments=33491  nbFailedAssignments=13678  nbBacktracks=19694  nbVisitedNodes=58608  nbRestartNogoods=93
7.98	       =>  wckTime=7.135  cpuTime=7.02  mem=14M901
11.42	   
11.42	   search
11.42	     run=17  nbConstraintChecks=65427620  nbPropagations=2737328  nbRevisions=38338847  nbUselessRevisions=31095654
11.42	     nbAssignments=49890  nbFailedAssignments=20216  nbBacktracks=29549  nbVisitedNodes=87194  nbRestartNogoods=98
11.42	       =>  wckTime=10.583  cpuTime=10.45  mem=14M901
16.80	   
16.80	   search
16.80	     run=18  nbConstraintChecks=98912804  nbPropagations=4112292  nbRevisions=57898162  nbUselessRevisions=47002501
16.80	     nbAssignments=75521  nbFailedAssignments=31061  nbBacktracks=44327  nbVisitedNodes=132565  nbRestartNogoods=107
16.80	       =>  wckTime=15.961  cpuTime=15.81  mem=14M901
24.65	   
24.65	   search
24.65	     run=19  nbConstraintChecks=148197499  nbPropagations=6171265  nbRevisions=87098199  nbUselessRevisions=70729037
24.65	     nbAssignments=112570  nbFailedAssignments=45934  nbBacktracks=66495  nbVisitedNodes=197394  nbRestartNogoods=119
24.65	       =>  wckTime=23.807  cpuTime=23.61  mem=14M901
36.67	   
36.67	   search
36.67	     run=20  nbConstraintChecks=224308725  nbPropagations=9274629  nbRevisions=131395951  nbUselessRevisions=106782449
36.67	     nbAssignments=169745  nbFailedAssignments=69850  nbBacktracks=99748  nbVisitedNodes=297893  nbRestartNogoods=129
36.67	       =>  wckTime=35.831  cpuTime=35.58  mem=14M901
53.95	   
53.95	   search
53.95	     run=21  nbConstraintChecks=334726426  nbPropagations=13872722  nbRevisions=196830604  nbUselessRevisions=159956289
53.95	     nbAssignments=252170  nbFailedAssignments=102387  nbBacktracks=149626  nbVisitedNodes=440881  nbRestartNogoods=141
53.95	       =>  wckTime=53.107  cpuTime=52.78  mem=14M901
80.67	   
80.67	   search
80.67	     run=22  nbConstraintChecks=503292354  nbPropagations=20797337  nbRevisions=295489483  nbUselessRevisions=240177565
80.67	     nbAssignments=378443  nbFailedAssignments=153832  nbBacktracks=224445  nbVisitedNodes=662064  nbRestartNogoods=153
80.67	       =>  wckTime=79.834  cpuTime=79.38  mem=14M901
120.46	   
120.46	   search
120.46	     run=23  nbConstraintChecks=754740869  nbPropagations=31188183  nbRevisions=443455483  nbUselessRevisions=360495877
120.46	     nbAssignments=567434  nbFailedAssignments=230590  nbBacktracks=336673  nbVisitedNodes=993067  nbRestartNogoods=165
120.46	       =>  wckTime=119.615  cpuTime=118.97  mem=14M901
181.55	   
181.55	   search
181.55	     run=24  nbConstraintChecks=1145971422  nbPropagations=46853097  nbRevisions=666742787  nbUselessRevisions=542003249
181.55	     nbAssignments=850291  nbFailedAssignments=345098  nbBacktracks=505015  nbVisitedNodes=1487905  nbRestartNogoods=176
181.55	       =>  wckTime=180.712  cpuTime=179.78  mem=14M901
271.48	   
271.48	   search
271.48	     run=25  nbConstraintChecks=1741319482  nbPropagations=70499548  nbRevisions=1004357997
271.48	     nbUselessRevisions=816396535  nbAssignments=1276601  nbFailedAssignments=518889  nbBacktracks=757527
271.48	     nbVisitedNodes=2234556  nbRestartNogoods=194
271.48	       =>  wckTime=270.642  cpuTime=269.27  mem=14M901
356.79	   
356.79	   search
356.79	     run=26  nbConstraintChecks=2327609636  nbPropagations=101934919  nbRevisions=1453484898
356.80	     nbUselessRevisions=1181328523  nbAssignments=1692213  nbFailedAssignments=688813  nbBacktracks=1003216
356.80	     nbVisitedNodes=2961053  nbRestartNogoods=201
356.80	       =>  wckTime=355.954  cpuTime=354.2  mem=14M901
356.80	   
356.80	   global
356.80	     nbConstraintChecks=2327609636  nbPropagations=101934959  nbRevisions=1453484898  nbUselessRevisions=1181328523
356.80	     nbRestartNogoods=201  solvingWckTime=355.955  solvingCpuTime=354.2  expiredTime=no  totalExploration=yes
356.80	     nbFoundSolutions=0  globalCpuTime=354.62
356.80	       =>  wckTime=356.479  cpuTime=354.57  mem=14M901
356.80	   
356.80	s UNSATISFIABLE
356.80	d NODES 1692213
356.80	d CHECKS 2327609636
356.80	   
356.80	   totalWckTime=356.562  totalCpuTime=354.63

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node55/watcher-202554-1168072587 -o ROOT/results/node55/solver-202554-1168072587 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/202554-1168072587/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: 0.77 0.93 0.97 4/69 10952
/proc/meminfo: memFree=1311864/2055920 swapFree=4192812/4192956
[pid=10951] ppid=10948 vsize=18540 CPUtime=0
/proc/10951/stat : 10951 (runsolver) R 10948 10951 10819 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 155656941 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 248761609511 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/10951/statm: 4635 279 244 17 0 2626 0

[startup+0.104476 s]
/proc/loadavg: 0.77 0.93 0.97 4/69 10952
/proc/meminfo: memFree=1311864/2055920 swapFree=4192812/4192956
[pid=10951] ppid=10948 vsize=914988 CPUtime=0.08
/proc/10951/stat : 10951 (java) R 10948 10951 10819 0 -1 0 2958 0 1 0 7 1 0 0 17 0 8 0 155656941 936947712 2704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155582906 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10951/statm: 228747 2705 1416 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.512516 s]
/proc/loadavg: 0.77 0.93 0.97 4/69 10952
/proc/meminfo: memFree=1311864/2055920 swapFree=4192812/4192956
[pid=10951] ppid=10948 vsize=915328 CPUtime=0.48
/proc/10951/stat : 10951 (java) R 10948 10951 10819 0 -1 0 6782 0 1 0 45 3 0 0 19 0 8 0 155656941 937295872 6521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073565102 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10951/statm: 228832 6522 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33559 s]
/proc/loadavg: 0.77 0.93 0.97 4/87 10970
/proc/meminfo: memFree=1264104/2055920 swapFree=4192812/4192956
[pid=10951] ppid=10948 vsize=915456 CPUtime=1.3
/proc/10951/stat : 10951 (java) R 10948 10951 10819 0 -1 0 8630 0 1 0 125 5 0 0 24 0 8 0 155656941 937426944 8368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10951/statm: 228864 8368 2513 14 0 215334 0
[pid=10951/tid=10958] ppid=10948 vsize=915456 CPUtime=0.03
/proc/10951/task/10958/stat : 10958 (java) S 10948 10951 10819 0 -1 64 288 0 0 0 3 0 0 0 17 0 8 0 155656945 937426944 8368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10961] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10961/stat : 10961 (java) S 10948 10951 10819 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155656946 937426944 8369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10962] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10962/stat : 10962 (java) S 10948 10951 10819 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155656946 937426944 8369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10967] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10967/stat : 10967 (java) S 10948 10951 10819 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155656949 937426944 8369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10968] ppid=10948 vsize=915456 CPUtime=0.21
/proc/10951/task/10968/stat : 10968 (java) R 10948 10951 10819 0 -1 64 381 0 0 0 20 1 0 0 16 0 8 0 155656949 937426944 8369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10969] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10969/stat : 10969 (java) S 10948 10951 10819 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155656949 937426944 8369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10970] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10970/stat : 10970 (java) S 10948 10951 10819 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155656949 937426944 8369 18446744073709551615 134512640 134570532 4294956480 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) 915456

[startup+2.98675 s]
/proc/loadavg: 0.77 0.93 0.97 3/87 10970
/proc/meminfo: memFree=1263528/2055920 swapFree=4192812/4192956
[pid=10951] ppid=10948 vsize=915456 CPUtime=2.95
/proc/10951/stat : 10951 (java) R 10948 10951 10819 0 -1 0 8668 0 1 0 289 6 0 0 25 0 8 0 155656941 937426944 8405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073817995 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10951/statm: 228864 8405 2513 14 0 215334 0
[pid=10951/tid=10958] ppid=10948 vsize=915456 CPUtime=0.03
/proc/10951/task/10958/stat : 10958 (java) S 10948 10951 10819 0 -1 64 288 0 0 0 3 0 0 0 16 0 8 0 155656945 937426944 8405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10961] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10961/stat : 10961 (java) S 10948 10951 10819 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155656946 937426944 8405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10962] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10962/stat : 10962 (java) S 10948 10951 10819 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155656946 937426944 8405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10967] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10967/stat : 10967 (java) S 10948 10951 10819 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155656949 937426944 8405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10968] ppid=10948 vsize=915456 CPUtime=0.22
/proc/10951/task/10968/stat : 10968 (java) S 10948 10951 10819 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 155656949 937426944 8405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10969] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10969/stat : 10969 (java) S 10948 10951 10819 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155656949 937426944 8405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10970] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10970/stat : 10970 (java) S 10948 10951 10819 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155656949 937426944 8405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915456

[startup+6.28307 s]
/proc/loadavg: 0.87 0.95 0.98 3/87 10970
/proc/meminfo: memFree=1263336/2055920 swapFree=4192812/4192956
[pid=10951] ppid=10948 vsize=915456 CPUtime=6.22
/proc/10951/stat : 10951 (java) R 10948 10951 10819 0 -1 0 8676 0 1 0 616 6 0 0 25 0 8 0 155656941 937426944 8412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073803020 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10951/statm: 228864 8412 2513 14 0 215334 0
[pid=10951/tid=10958] ppid=10948 vsize=915456 CPUtime=0.03
/proc/10951/task/10958/stat : 10958 (java) S 10948 10951 10819 0 -1 64 288 0 0 0 3 0 0 0 17 0 8 0 155656945 937426944 8412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10961] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10961/stat : 10961 (java) S 10948 10951 10819 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155656946 937426944 8412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10962] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10962/stat : 10962 (java) S 10948 10951 10819 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155656946 937426944 8412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10967] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10967/stat : 10967 (java) S 10948 10951 10819 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155656949 937426944 8412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10968] ppid=10948 vsize=915456 CPUtime=0.22
/proc/10951/task/10968/stat : 10968 (java) S 10948 10951 10819 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 155656949 937426944 8412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10969] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10969/stat : 10969 (java) S 10948 10951 10819 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155656949 937426944 8412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10970] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10970/stat : 10970 (java) S 10948 10951 10819 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155656949 937426944 8412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915456

[startup+12.7587 s]
/proc/loadavg: 0.96 0.96 0.98 3/87 10970
/proc/meminfo: memFree=1263288/2055920 swapFree=4192812/4192956
[pid=10951] ppid=10948 vsize=915456 CPUtime=12.67
/proc/10951/stat : 10951 (java) R 10948 10951 10819 0 -1 0 8681 0 1 0 1261 6 0 0 25 0 8 0 155656941 937426944 8417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073818025 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10951/statm: 228864 8417 2513 14 0 215334 0
[pid=10951/tid=10958] ppid=10948 vsize=915456 CPUtime=0.03
/proc/10951/task/10958/stat : 10958 (java) S 10948 10951 10819 0 -1 64 288 0 0 0 3 0 0 0 16 0 8 0 155656945 937426944 8417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10961] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10961/stat : 10961 (java) S 10948 10951 10819 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155656946 937426944 8417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10962] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10962/stat : 10962 (java) S 10948 10951 10819 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155656946 937426944 8417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10967] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10967/stat : 10967 (java) S 10948 10951 10819 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155656949 937426944 8417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10968] ppid=10948 vsize=915456 CPUtime=0.22
/proc/10951/task/10968/stat : 10968 (java) S 10948 10951 10819 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 155656949 937426944 8417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10969] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10969/stat : 10969 (java) S 10948 10951 10819 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155656949 937426944 8417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10970] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10970/stat : 10970 (java) S 10948 10951 10819 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155656949 937426944 8417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 915456

[startup+25.5949 s]
/proc/loadavg: 1.19 1.02 1.00 3/87 10970
/proc/meminfo: memFree=1263352/2055920 swapFree=4192812/4192956
[pid=10951] ppid=10948 vsize=915456 CPUtime=25.45
/proc/10951/stat : 10951 (java) R 10948 10951 10819 0 -1 0 8687 0 1 0 2539 6 0 0 25 0 8 0 155656941 937426944 8423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073818006 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10951/statm: 228864 8423 2513 14 0 215334 0
[pid=10951/tid=10958] ppid=10948 vsize=915456 CPUtime=0.03
/proc/10951/task/10958/stat : 10958 (java) S 10948 10951 10819 0 -1 64 288 0 0 0 3 0 0 0 16 0 8 0 155656945 937426944 8423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10961] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10961/stat : 10961 (java) S 10948 10951 10819 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155656946 937426944 8423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10962] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10962/stat : 10962 (java) S 10948 10951 10819 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155656946 937426944 8423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10967] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10967/stat : 10967 (java) S 10948 10951 10819 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155656949 937426944 8423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10968] ppid=10948 vsize=915456 CPUtime=0.22
/proc/10951/task/10968/stat : 10968 (java) S 10948 10951 10819 0 -1 64 393 0 0 0 21 1 0 0 16 0 8 0 155656949 937426944 8423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10969] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10969/stat : 10969 (java) S 10948 10951 10819 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155656949 937426944 8423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10970] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10970/stat : 10970 (java) S 10948 10951 10819 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155656949 937426944 8423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 915456

[startup+51.2894 s]
/proc/loadavg: 1.46 1.09 1.03 3/87 10970
/proc/meminfo: memFree=1263352/2055920 swapFree=4192812/4192956
[pid=10951] ppid=10948 vsize=915456 CPUtime=51.01
/proc/10951/stat : 10951 (java) R 10948 10951 10819 0 -1 0 8689 0 1 0 5095 6 0 0 25 0 8 0 155656941 937426944 8425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073816542 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10951/statm: 228864 8425 2513 14 0 215334 0
[pid=10951/tid=10958] ppid=10948 vsize=915456 CPUtime=0.03
/proc/10951/task/10958/stat : 10958 (java) S 10948 10951 10819 0 -1 64 288 0 0 0 3 0 0 0 16 0 8 0 155656945 937426944 8425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10961] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10961/stat : 10961 (java) S 10948 10951 10819 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155656946 937426944 8425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10962] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10962/stat : 10962 (java) S 10948 10951 10819 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155656946 937426944 8425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10967] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10967/stat : 10967 (java) S 10948 10951 10819 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155656949 937426944 8425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10968] ppid=10948 vsize=915456 CPUtime=0.22
/proc/10951/task/10968/stat : 10968 (java) S 10948 10951 10819 0 -1 64 393 0 0 0 21 1 0 0 16 0 8 0 155656949 937426944 8425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10969] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10969/stat : 10969 (java) S 10948 10951 10819 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155656949 937426944 8425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10970] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10970/stat : 10970 (java) S 10948 10951 10819 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155656949 937426944 8425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 915456

[startup+102.572 s]
/proc/loadavg: 1.77 1.23 1.07 3/87 10970
/proc/meminfo: memFree=1263352/2055920 swapFree=4192812/4192956
[pid=10951] ppid=10948 vsize=915456 CPUtime=102.06
/proc/10951/stat : 10951 (java) R 10948 10951 10819 0 -1 0 8694 0 1 0 10200 6 0 0 25 0 8 0 155656941 937426944 8430 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073803020 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10951/statm: 228864 8430 2513 14 0 215334 0
[pid=10951/tid=10958] ppid=10948 vsize=915456 CPUtime=0.03
/proc/10951/task/10958/stat : 10958 (java) S 10948 10951 10819 0 -1 64 288 0 0 0 3 0 0 0 16 0 8 0 155656945 937426944 8430 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10961] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10961/stat : 10961 (java) S 10948 10951 10819 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155656946 937426944 8430 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10962] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10962/stat : 10962 (java) S 10948 10951 10819 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155656946 937426944 8430 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10967] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10967/stat : 10967 (java) S 10948 10951 10819 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155656949 937426944 8430 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10968] ppid=10948 vsize=915456 CPUtime=0.22
/proc/10951/task/10968/stat : 10968 (java) S 10948 10951 10819 0 -1 64 393 0 0 0 21 1 0 0 16 0 8 0 155656949 937426944 8430 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10969] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10969/stat : 10969 (java) S 10948 10951 10819 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155656949 937426944 8430 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10970] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10970/stat : 10970 (java) S 10948 10951 10819 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155656949 937426944 8430 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.06
Current children cumulated vsize (KiB) 915456

[startup+162.59 s]
/proc/loadavg: 1.91 1.37 1.13 3/87 10970
/proc/meminfo: memFree=1263352/2055920 swapFree=4192812/4192956
[pid=10951] ppid=10948 vsize=915456 CPUtime=161.79
/proc/10951/stat : 10951 (java) R 10948 10951 10819 0 -1 0 8696 0 1 0 16173 6 0 0 25 0 8 0 155656941 937426944 8432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073837060 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10951/statm: 228864 8432 2513 14 0 215334 0
[pid=10951/tid=10958] ppid=10948 vsize=915456 CPUtime=0.03
/proc/10951/task/10958/stat : 10958 (java) S 10948 10951 10819 0 -1 64 288 0 0 0 3 0 0 0 16 0 8 0 155656945 937426944 8432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10961] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10961/stat : 10961 (java) S 10948 10951 10819 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155656946 937426944 8432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10962] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10962/stat : 10962 (java) S 10948 10951 10819 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155656946 937426944 8432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10967] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10967/stat : 10967 (java) S 10948 10951 10819 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155656949 937426944 8432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10968] ppid=10948 vsize=915456 CPUtime=0.22
/proc/10951/task/10968/stat : 10968 (java) S 10948 10951 10819 0 -1 64 393 0 0 0 21 1 0 0 16 0 8 0 155656949 937426944 8432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10969] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10969/stat : 10969 (java) S 10948 10951 10819 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155656949 937426944 8432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10970] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10970/stat : 10970 (java) S 10948 10951 10819 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155656949 937426944 8432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.79
Current children cumulated vsize (KiB) 915456

[startup+222.61 s]
/proc/loadavg: 1.97 1.48 1.18 3/87 10970
/proc/meminfo: memFree=1263288/2055920 swapFree=4192812/4192956
[pid=10951] ppid=10948 vsize=915456 CPUtime=221.54
/proc/10951/stat : 10951 (java) R 10948 10951 10819 0 -1 0 8699 0 1 0 22147 7 0 0 25 0 8 0 155656941 937426944 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073807664 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10951/statm: 228864 8435 2513 14 0 215334 0
[pid=10951/tid=10958] ppid=10948 vsize=915456 CPUtime=0.03
/proc/10951/task/10958/stat : 10958 (java) S 10948 10951 10819 0 -1 64 288 0 0 0 3 0 0 0 16 0 8 0 155656945 937426944 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10961] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10961/stat : 10961 (java) S 10948 10951 10819 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155656946 937426944 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10962] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10962/stat : 10962 (java) S 10948 10951 10819 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155656946 937426944 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10967] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10967/stat : 10967 (java) S 10948 10951 10819 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155656949 937426944 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10968] ppid=10948 vsize=915456 CPUtime=0.22
/proc/10951/task/10968/stat : 10968 (java) S 10948 10951 10819 0 -1 64 393 0 0 0 21 1 0 0 16 0 8 0 155656949 937426944 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10969] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10969/stat : 10969 (java) S 10948 10951 10819 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155656949 937426944 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10970] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10970/stat : 10970 (java) S 10948 10951 10819 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155656949 937426944 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.54
Current children cumulated vsize (KiB) 915456

[startup+282.628 s]
/proc/loadavg: 1.95 1.56 1.22 3/87 11026
/proc/meminfo: memFree=1155760/2055920 swapFree=4192812/4192956
[pid=10951] ppid=10948 vsize=915456 CPUtime=281.23
/proc/10951/stat : 10951 (java) R 10948 10951 10819 0 -1 0 8701 0 1 0 28112 11 0 0 25 0 8 0 155656941 937426944 8437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073794433 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10951/statm: 228864 8437 2513 14 0 215334 0
[pid=10951/tid=10958] ppid=10948 vsize=915456 CPUtime=0.03
/proc/10951/task/10958/stat : 10958 (java) S 10948 10951 10819 0 -1 64 288 0 0 0 3 0 0 0 16 0 8 0 155656945 937426944 8437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10961] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10961/stat : 10961 (java) S 10948 10951 10819 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155656946 937426944 8437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10962] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10962/stat : 10962 (java) S 10948 10951 10819 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155656946 937426944 8437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10967] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10967/stat : 10967 (java) S 10948 10951 10819 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155656949 937426944 8437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10968] ppid=10948 vsize=915456 CPUtime=0.22
/proc/10951/task/10968/stat : 10968 (java) S 10948 10951 10819 0 -1 64 393 0 0 0 21 1 0 0 16 0 8 0 155656949 937426944 8437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10969] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10969/stat : 10969 (java) S 10948 10951 10819 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155656949 937426944 8437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10970] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10970/stat : 10970 (java) S 10948 10951 10819 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155656949 937426944 8437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.23
Current children cumulated vsize (KiB) 915456

[startup+342.65 s]
/proc/loadavg: 2.12 1.67 1.28 3/87 11026
/proc/meminfo: memFree=1155824/2055920 swapFree=4192812/4192956
[pid=10951] ppid=10948 vsize=915456 CPUtime=340.99
/proc/10951/stat : 10951 (java) R 10948 10951 10819 0 -1 0 8701 0 1 0 34088 11 0 0 25 0 8 0 155656941 937426944 8437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336188 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10951/statm: 228864 8437 2513 14 0 215334 0
[pid=10951/tid=10958] ppid=10948 vsize=915456 CPUtime=0.03
/proc/10951/task/10958/stat : 10958 (java) S 10948 10951 10819 0 -1 64 288 0 0 0 3 0 0 0 16 0 8 0 155656945 937426944 8437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10961] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10961/stat : 10961 (java) S 10948 10951 10819 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155656946 937426944 8437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10962] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10962/stat : 10962 (java) S 10948 10951 10819 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155656946 937426944 8437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10967] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10967/stat : 10967 (java) S 10948 10951 10819 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155656949 937426944 8437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10968] ppid=10948 vsize=915456 CPUtime=0.22
/proc/10951/task/10968/stat : 10968 (java) S 10948 10951 10819 0 -1 64 393 0 0 0 21 1 0 0 16 0 8 0 155656949 937426944 8437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10969] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10969/stat : 10969 (java) S 10948 10951 10819 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155656949 937426944 8437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10951/tid=10970] ppid=10948 vsize=915456 CPUtime=0
/proc/10951/task/10970/stat : 10970 (java) S 10948 10951 10819 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155656949 937426944 8437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.99
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 356.835
CPU time (s): 355.111
CPU user time (s): 354.985
CPU system time (s): 0.12598
CPU usage (%): 99.5169
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 354.985
system time used= 0.12598
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8793
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= 8324
involuntary context switches= 10342

runsolver used 0.412937 s user time and 0.868867 s system time

The end

Launcher Data (download as text)

Begin job on node55 on Sat Jan  6 08:36:27 UTC 2007


IDJOB= 202554
IDBENCH= 3865
FILE ID= node55/202554-1168072587

PBS_JOBID= 3475984

Free space on /tmp= 66542 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-40-19/rand-2-40-19-443-230-43_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/202554-1168072587/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node55/watcher-202554-1168072587 -o ROOT/results/node55/solver-202554-1168072587 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/202554-1168072587/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  1c931fd7bef7b7ee3f8102667307a153

RANDOM SEED= 693175468

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
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:       1312288 kB
Buffers:         54892 kB
Cached:         585872 kB
SwapCached:          0 kB
Active:         108672 kB
Inactive:       552148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1312288 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3992 kB
Writeback:           0 kB
Mapped:          30156 kB
Slab:            68520 kB
Committed_AS:  2960452 kB
PageTables:       1572 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= 66537 MiB



End job on node55 on Sat Jan  6 08:42:24 UTC 2007